Skip to content

Commit 63939d7

Browse files
authored
Merge pull request Azure#7377 from Azure/netcore-mappings-fix
Moved CreateAliasMapping to correct target
2 parents 023c914 + 614f9cc commit 63939d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,6 @@
257257
<!-- Investigate why the ChangeLogCheck target removes the 8080th character -->
258258
<!-- <CallTarget targets="ChangeLogCheck" ContinueOnError="false" /> -->
259259

260-
<Exec Command="$(PowerShellCommandPrefix) &quot;$ProgressPreference = 'SilentlyContinue';. $(LibraryToolsFolder)\CreateAliasMapping.ps1 &quot;"/>
261-
262260
<MakeDir Directories="$(PackageDirectory)"
263261
Condition="'$(Scope)' != 'Stack'" />
264262
<MakeDir Directories="$(StackPackageFolder)"
@@ -357,6 +355,8 @@
357355
<Target Name="BuildNetCore">
358356
<Message Importance="high" Text="Building Cmdlets..." />
359357

358+
<Exec Command="$(PowerShellCoreCommandPrefix) &quot;$ProgressPreference = 'SilentlyContinue';. $(LibraryToolsFolder)\CreateAliasMapping.ps1 &quot;"/>
359+
360360
<!-- Build and create package content -->
361361
<Exec Command="dotnet --version"/>
362362
<Exec Command="dotnet publish Azure.PowerShell.Netcore.sln -c $(Configuration)"/>

0 commit comments

Comments
 (0)