We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12aecd0 commit 614f9ccCopy full SHA for 614f9cc
build.proj
@@ -355,7 +355,7 @@
355
<Target Name="BuildNetCore">
356
<Message Importance="high" Text="Building Cmdlets..." />
357
358
- <Exec Command="$(PowerShellCommandPrefix) "$ProgressPreference = 'SilentlyContinue';. $(LibraryToolsFolder)\CreateAliasMapping.ps1 ""/>
+ <Exec Command="$(PowerShellCoreCommandPrefix) "$ProgressPreference = 'SilentlyContinue';. $(LibraryToolsFolder)\CreateAliasMapping.ps1 ""/>
359
360
<!-- Build and create package content -->
361
<Exec Command="dotnet --version"/>
0 commit comments