fix(nuget): fixing packaging and versioning

This commit is contained in:
Dylan R. E. Moonfire 2021-09-11 13:59:21 -05:00
parent 1e8dd7a9a9
commit a6fe769feb
1 changed files with 4 additions and 3 deletions

View File

@ -9,13 +9,14 @@ module.exports = {
"semantic-release-dotnet",
{
paths: ["src/Directory.Build.props"],
}
},
],
[
"semantic-release-nuget",
{
packArguments: ["--include-symbols", "--include-source"],
pushFiles: ["src/*/bin/Debug/*.nupkg"]
}
pushFiles: ["src/*/bin/Debug/*.nupkg"],
},
],
"@semantic-release/changelog",
"@semantic-release/git",