Skip to content

Commit

Permalink
Fix aspnetcore build invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexperovich committed Jul 29, 2020
1 parent 890a926 commit 7bc9835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index/repositories.props
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<Url>https://github.com/dotnet/aspnetcore</Url>
<CheckoutSubmodules>true</CheckoutSubmodules>
<PrepareCommand>
powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -Command "eng/common/build.ps1 -restore -build -binarylog -ci -msbuildEngine dotnet /p:BuildManaged=true /p:BuildNodeJS=false"
build.cmd -BinaryLog -BuildManaged -NoBuildNative -NoBuildNodeJS -NoBuildJava
</PrepareCommand>
</Repository>
<Repository Include="dotnet-extensions">
Expand Down

0 comments on commit 7bc9835

Please sign in to comment.