How to set Repository in custom nuspec
Open
- Dominant language
- C#
- Stars
- 1.4k
- Forks
- 148
- PR merge metrics
- No merged PRs in 30d
Description
I'm using a custom NuSpec file with an SDK project like this, and can't get sourcelink to work correctly.
.csproj snippet:
```xml
true
Pack.nuspec
$(NuspecProperties);Repository=$(RepositoryUrl)
```
Pack.nuspec snippet:
```xml
$Repository$
```
But the `repository` isn't set in the resulting .nupkg's .nuspec file. Any tips? Is this possible?
My other projects in the same solution (which don't need a custom Nuspec) have it set just fine.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.