Skip to content

Commit

Permalink
Enable sourcelink in source-build for '.version' file (#60944)
Browse files Browse the repository at this point in the history
  • Loading branch information
dagood authored Nov 11, 2021
1 parent 0ad6cdc commit 775873f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions eng/SourceBuild.props
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 775873f

Please sign in to comment.