Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Hofer <viktor.hofer@microsoft.com>2021-02-10 14:52:21 +0300
committerGitHub <noreply@github.com>2021-02-10 14:52:21 +0300
commit7870a000fc1ec97977d2d4caeab6da885c481ecd (patch)
treef52ce4dbad3071a68da5dbbcb8d80eb9803fc989 /Directory.Build.props
parent9a5ed775ce356885f8ea4cecbd8122d51d89a8b5 (diff)
Fix DisableSourceLink value (#47931)
Diffstat (limited to 'Directory.Build.props')
-rw-r--r--Directory.Build.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/Directory.Build.props b/Directory.Build.props
index bda23977ca1..3e632a4e4c9 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -199,7 +199,7 @@
<!-- Disable source link when building locally. -->
<DisableSourceLink Condition="'$(DisableSourceLink)' == '' and
'$(ContinuousIntegrationBuild)' != 'true' and
- '$(OfficialBuildId)' == ''">false</DisableSourceLink>
+ '$(OfficialBuildId)' == ''">true</DisableSourceLink>
</PropertyGroup>
<!-- RepositoryEngineeringDir isn't set when Installer tests import this file. -->