Skip to content

Commit 29ab3d0

Browse files
committed
Removed CreateAliasMapping step since this will produce a mapping with almost nothing mapped, causing test failures.
1 parent 78f3dd3 commit 29ab3d0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.proj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,6 @@
301301
<Scope>Netcore</Scope>
302302
</PropertyGroup>
303303

304-
<Exec Command="$(PowerShellCoreCommandPrefix) &quot;$ProgressPreference = 'SilentlyContinue';. $(LibraryToolsFolder)\CreateAliasMapping.ps1 &quot;"/>
305-
306304
<!-- Build and create package content -->
307305
<Exec Command="dotnet --version"/>
308306
<Exec Command="dotnet publish Azure.PowerShell.Netcore.sln -c $(Configuration)"/>

0 commit comments

Comments
 (0)