dotnet / dotnet/sourcelink

Unable to override URL used with GitLab

Open
#786 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
1.4k
Forks
148
PR merge metrics
No merged PRs in 30d

Description

I am trying to integrate SourceLink with an on-premise GitLab version 14.5.2, however the default URL being added into the PDBs is incorrect. I have added the following to the csproj files:
```xml

true
true
true
snupkg

```
However this produces:

```xml

```

Our gitlab server is hosted on `https://gitlab.acme.com/` but cloning in git is via `gitlabssh.acme.com`.

I tried overriding this using:

```xml

```
and
```xml

```

However, neither of these have an affect. Is there something I am getting wrong here?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.