Skip to content

Commit 12aecd0

Browse files
authored
Moved CreateAliasMapping to correct target
1 parent 5ae20b3 commit 12aecd0

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="$(PowerShellCommandPrefix) &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)