Add additional workaround for disabled sourcelink

This commit is contained in:
Daniel Plaisted 2018-11-23 09:23:38 -08:00
parent d8b5dbb44b
commit ae7eb7ecc5

View file

@ -19,5 +19,7 @@
<EnableSourceLink>false</EnableSourceLink>
<EnableSourceControlManagerQueries>false</EnableSourceControlManagerQueries>
<DeterministicSourcePaths>false</DeterministicSourcePaths>
<!-- Normally set by sourcelink, and needed by the Pack targets -->
<RepositoryUrl>https://github.com/dotnet/core-sdk</RepositoryUrl>
</PropertyGroup>
</Project>