From de1b73456711d1432b9798affe18c32b3bd63232 Mon Sep 17 00:00:00 2001 From: Juan Sebastian Hoyos Ayala Date: Fri, 20 May 2022 02:04:26 -0700 Subject: [PATCH 1/2] Fix native sourcelink support --- eng/versioning.targets | 10 +++++++++- src/coreclr/runtime-prereqs.proj | 14 +++++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/eng/versioning.targets b/eng/versioning.targets index 9a4ea04f85d001..85f6eb4609d075 100644 --- a/eng/versioning.targets +++ b/eng/versioning.targets @@ -178,10 +178,18 @@ + + + + + + diff --git a/src/coreclr/runtime-prereqs.proj b/src/coreclr/runtime-prereqs.proj index 00f4ea1025279e..2af3065c4ac5d0 100644 --- a/src/coreclr/runtime-prereqs.proj +++ b/src/coreclr/runtime-prereqs.proj @@ -1,9 +1,12 @@ - + + $(ArtifactsObjDir)_version.h $(ArtifactsObjDir)_version.c $(ArtifactsObjDir)runtime_version.h $(ArtifactsObjDir)native.sourcelink.json + false + true .NET Runtime @@ -11,4 +14,13 @@ + + + + Portable + From 3ce98efc627a67dc332749f72f2e4d18858a3b4a Mon Sep 17 00:00:00 2001 From: Juan Hoyos Date: Fri, 20 May 2022 10:38:02 -0700 Subject: [PATCH 2/2] Correctly case Sdk.Targets Co-authored-by: Viktor Hofer --- 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 2af3065c4ac5d0..5d660044a096c7 100644 --- a/src/coreclr/runtime-prereqs.proj +++ b/src/coreclr/runtime-prereqs.proj @@ -14,7 +14,7 @@ - +