fix(nuget): fixing packaging and versioning
This commit is contained in:
parent
4941485989
commit
1e8dd7a9a9
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ module.exports = {
|
||||||
"semantic-release-nuget",
|
"semantic-release-nuget",
|
||||||
{
|
{
|
||||||
packArguments: ["--include-symbols", "--include-source"],
|
packArguments: ["--include-symbols", "--include-source"],
|
||||||
pushFiles: ["src/*/bin/Debug/*.nupkg"],
|
pushFiles: ["src/*/bin/Debug/*.nupkg"]
|
||||||
},
|
}
|
||||||
],
|
],
|
||||||
"@semantic-release/changelog",
|
"@semantic-release/changelog",
|
||||||
"@semantic-release/git",
|
"@semantic-release/git",
|
||||||
|
|
Reference in a new issue