Skip to content

Commit

Permalink
Update dotnet/runtime build invocation
Browse files Browse the repository at this point in the history
dotnet/runtime will remove the build helper scripts (coreclr.cmd, libraries.cmd, etc.) soon. Proactively updating the invocation here to prevent a break in the source-indexer.
  • Loading branch information
ViktorHofer committed Mar 19, 2020
1 parent 5210eb1 commit 66dd39a
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 @@ -28,7 +28,7 @@
/*
</SparseCheckout>
<PrepareCommand>
src\coreclr\build.cmd -skiptests -skipnative -linuxmscorlib &amp;&amp; libraries.cmd /p:BuildNative=false /p:BuildPackages=false -binarylog -os Linux
build.cmd -subsetcategory coreclr-libraries -subset corelib-all /p:BuildNative=false /p:BuildPackages=false -binarylog -os Linux
</PrepareCommand>
</Repository>
<Repository Include="winforms">
Expand Down

0 comments on commit 66dd39a

Please sign in to comment.