diff --git a/eng/SourceBuild.props b/eng/SourceBuild.props index 9ca390c502f757..c197d8afd52791 100644 --- a/eng/SourceBuild.props +++ b/eng/SourceBuild.props @@ -40,6 +40,7 @@ $(InnerBuildArgs) /p:BuildDebPackage=false $(InnerBuildArgs) /p:EnableNgenOptimization=false $(InnerBuildArgs) /p:EnablePackageValidation=false + $(InnerBuildArgs) /p:DisableSourceLink=false diff --git a/src/coreclr/runtime-prereqs.proj b/src/coreclr/runtime-prereqs.proj index b2abc4415a607a..f81457730a475b 100644 --- a/src/coreclr/runtime-prereqs.proj +++ b/src/coreclr/runtime-prereqs.proj @@ -6,6 +6,7 @@ $(ArtifactsObjDir)runtime_version.h $(ArtifactsObjDir)native.sourcelink.json false + true .NET Runtime