You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,16 +73,24 @@ For projects hosted by on-prem [Azure DevOps Server](https://azure.microsoft.com
73
73
</ItemGroup>
74
74
```
75
75
76
-
If your server is configurated with non-empty IIS [Virtual Directory](docs/TfsVirtualDirectory/README.md), specify this directory in `SourceLinkAzureDevOpsServerGitHost` item like so:
76
+
You also need to provide the hostname of your DevOps server:
The `Include` attribute specifies the domain and optionally the port of the server (e.g. `server-name` or `server-name:8080`).
85
-
86
94
### GitLab
87
95
88
96
For projects hosted by [GitLab](https://gitlab.com) reference [Microsoft.SourceLink.GitLab](https://www.nuget.org/packages/Microsoft.SourceLink.GitLab) package:
0 commit comments