From 66dd39a7b08918aaf855df63e04fff21cc1cdd57 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 19 Mar 2020 17:41:59 +0100 Subject: [PATCH] Update dotnet/runtime build invocation 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. --- src/index/repositories.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index/repositories.props b/src/index/repositories.props index b352e03..58be884 100644 --- a/src/index/repositories.props +++ b/src/index/repositories.props @@ -28,7 +28,7 @@ /* - src\coreclr\build.cmd -skiptests -skipnative -linuxmscorlib && 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