From 77e9a4af5d5d45fbcfa96f39ffcd40884b4912fa Mon Sep 17 00:00:00 2001 From: Chris Rummel Date: Wed, 1 Jun 2022 10:10:01 -0500 Subject: [PATCH] Temporarily patch out native sourcelink file check in source-build. This returns source-build to its old behavior. Backport: https://github.com/dotnet/source-build/issues/2883 --- src/coreclr/runtime-prereqs.proj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/runtime-prereqs.proj b/src/coreclr/runtime-prereqs.proj index 5d660044a096c7..b2abc4415a607a 100644 --- a/src/coreclr/runtime-prereqs.proj +++ b/src/coreclr/runtime-prereqs.proj @@ -6,7 +6,7 @@ $(ArtifactsObjDir)runtime_version.h $(ArtifactsObjDir)native.sourcelink.json false - true + true .NET Runtime