Skip to content

Commit

Permalink
Disable deterministic source paths for WPF
Browse files Browse the repository at this point in the history
Source link is currently broken for WPF as per dotnet/sourcelink#91.
  • Loading branch information
poke committed Nov 18, 2020
1 parent 647f4e3 commit a76b098
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<PackageId>Westerhoff.Configuration.Encryption.Utility</PackageId>
<Description>Utility UI for encrypting secrets for the Westerhoff.Configuration.Encryption package.</Description>
<Product>$(PackageId)</Product>

<DeterministicSourcePaths Condition="'$(EnableSourceLink)' == ''">false</DeterministicSourcePaths>
</PropertyGroup>

</Project>

0 comments on commit a76b098

Please sign in to comment.