Skip to content

Commit

Permalink
workaround to support new Azure DevOps urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Oct 13, 2018
1 parent 9093558 commit 17c0e80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@
<PackageReference Include="Microsoft.SourceLink.Vsts.Git" Version="1.0.0-beta-63127-02" PrivateAssets="All"/>
</ItemGroup>

<ItemGroup>
<SourceLinkVstsGitHost Include="dev.azure.com" />
</ItemGroup>

</Project>

0 comments on commit 17c0e80

Please sign in to comment.