Unable to override URL used with GitLab
Open
- 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.