From f42b3e0dca79430426bb19b14a0ca374bad71dbd Mon Sep 17 00:00:00 2001 From: Ian Kemp Date: Wed, 12 Oct 2022 09:53:10 -0500 Subject: [PATCH] note that SourceLinkAzureDevOpsServerGitHost element is mandatory for Microsoft.SourceLink.AzureDevOpsServer.Git --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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: