diff --git a/README.md b/README.md index 7643bebb..36ef4874 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,17 @@ For projects hosted by on-prem [Azure DevOps Server](https://azure.microsoft.com ``` -If your server is configurated with non-empty IIS [Virtual Directory](docs/TfsVirtualDirectory/README.md), specify this directory in `SourceLinkAzureDevOpsServerGitHost` item like so: +You also need to provide the hostname of your DevOps server: + +```xml + + + +``` + +The `Include` attribute specifies the domain and optionally the port of the server (e.g. `server-name` or `server-name:8080`). + +If your server is configured with a non-empty IIS [virtual directory](docs/TfsVirtualDirectory/README.md), specify this directory like so: ```xml @@ -81,8 +91,6 @@ If your server is configurated with non-empty IIS [Virtual Directory](docs/TfsVi ``` -The `Include` attribute specifies the domain and optionally the port of the server (e.g. `server-name` or `server-name:8080`). - ### GitLab For projects hosted by [GitLab](https://gitlab.com) reference [Microsoft.SourceLink.GitLab](https://www.nuget.org/packages/Microsoft.SourceLink.GitLab) package: