Skip to content

Commit 614f9cc

Browse files
authored
Calling wrong PowerShell in BuildNetCore target
1 parent 12aecd0 commit 614f9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355
<Target Name="BuildNetCore">
356356
<Message Importance="high" Text="Building Cmdlets..." />
357357

358-
<Exec Command="$(PowerShellCommandPrefix) &quot;$ProgressPreference = 'SilentlyContinue';. $(LibraryToolsFolder)\CreateAliasMapping.ps1 &quot;"/>
358+
<Exec Command="$(PowerShellCoreCommandPrefix) &quot;$ProgressPreference = 'SilentlyContinue';. $(LibraryToolsFolder)\CreateAliasMapping.ps1 &quot;"/>
359359

360360
<!-- Build and create package content -->
361361
<Exec Command="dotnet --version"/>

0 commit comments

Comments
 (0)