dotnet/runtime: Enable source-link in source-build for '.version' file (#12527)
This commit is contained in:
parent
9afbd7fef8
commit
0527f05018
1 changed files with 29 additions and 0 deletions
|
@ -0,0 +1,29 @@
|
||||||
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Davis Goodin <dagood@microsoft.com>
|
||||||
|
Date: Tue, 26 Oct 2021 15:41:57 -0500
|
||||||
|
Subject: [PATCH] Enable source-link in source-build for '.version' file
|
||||||
|
|
||||||
|
See https://github.com/dotnet/source-build/issues/2569
|
||||||
|
---
|
||||||
|
eng/SourceBuild.props | 8 --------
|
||||||
|
1 file changed, 8 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/eng/SourceBuild.props b/eng/SourceBuild.props
|
||||||
|
index bba40f534e5..b70f668a15b 100644
|
||||||
|
--- a/eng/SourceBuild.props
|
||||||
|
+++ b/eng/SourceBuild.props
|
||||||
|
@@ -23,14 +23,6 @@
|
||||||
|
<LogVerbosity Condition="'$(LogVerbosity)' == ''">minimal</LogVerbosity>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
- <ItemGroup>
|
||||||
|
- <!-- Work around issue where local clone may cause failure using non-origin remote fallback: https://github.com/dotnet/sourcelink/issues/629 -->
|
||||||
|
- <InnerBuildEnv Include="EnableSourceControlManagerQueries=false" />
|
||||||
|
- <InnerBuildEnv Include="EnableSourceLink=false" />
|
||||||
|
- <InnerBuildEnv Include="DisableSourceLink=true" />
|
||||||
|
- <InnerBuildEnv Include="DeterministicSourcePaths=false" />
|
||||||
|
- </ItemGroup>
|
||||||
|
-
|
||||||
|
<Target Name="GetRuntimeSourceBuildCommandConfiguration"
|
||||||
|
BeforeTargets="GetSourceBuildCommandConfiguration">
|
||||||
|
<PropertyGroup>
|
Loading…
Add table
Reference in a new issue