Skip to content

Commit

Permalink
Merge pull request #61 from clisc/patch-1
Browse files Browse the repository at this point in the history
Correct URL for VSTS Git example
  • Loading branch information
terrajobst authored Apr 8, 2019
2 parents 39cdfa8 + 35cd990 commit 7c81a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accepted/diagnostics/source-link.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Using this URL scheme, it is possible to generate Source Link for VSTS git repos

<!-- Write out the source file for this project to point at VSTS REST API -->
<WriteLinesToFile File="$(SourceLink)" Overwrite="true"
Lines='{"documents": { "$(SourceLinkRoot)\\*" : "https://$(VstsAccount).visualstudio.com/$(VstsProject)/_api/git/repositories/$(VstsRepo)/items?scopePath=/*&amp;versionDescriptor.version=$(LatestCommit)&amp;versionDescriptor.versionType=commit&amp;api-version=4.1-preview" }}' />
Lines='{"documents": { "$(SourceLinkRoot)\\*" : "https://$(VstsAccount).visualstudio.com/$(VstsProject)/_apis/git/repositories/$(VstsRepo)/items?scopePath=/*&amp;versionDescriptor.version=$(LatestCommit)&amp;versionDescriptor.versionType=commit&amp;api-version=4.1-preview" }}' />
</Target>
...
```
Expand Down

0 comments on commit 7c81a0e

Please sign in to comment.