Skip to content

Commit 775873f

Browse files
authored
Enable sourcelink in source-build for '.version' file (#60944)
1 parent 0ad6cdc commit 775873f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

eng/SourceBuild.props

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@
2323
<LogVerbosity Condition="'$(LogVerbosity)' == ''">minimal</LogVerbosity>
2424
</PropertyGroup>
2525

26-
<ItemGroup>
27-
<!-- Work around issue where local clone may cause failure using non-origin remote fallback: https://github.com/dotnet/sourcelink/issues/629 -->
28-
<InnerBuildEnv Include="EnableSourceControlManagerQueries=false" />
29-
<InnerBuildEnv Include="EnableSourceLink=false" />
30-
<InnerBuildEnv Include="DisableSourceLink=true" />
31-
<InnerBuildEnv Include="DeterministicSourcePaths=false" />
32-
</ItemGroup>
33-
3426
<Target Name="GetRuntimeSourceBuildCommandConfiguration"
3527
BeforeTargets="GetSourceBuildCommandConfiguration">
3628
<PropertyGroup>

0 commit comments

Comments
 (0)