build(nuget): updating paths for semantic-release
This commit is contained in:
parent
2aa87a9115
commit
5be44c8240
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ module.exports = {
|
||||||
"semantic-release-nuget",
|
"semantic-release-nuget",
|
||||||
{
|
{
|
||||||
packArguments: ["--include-symbols", "--include-source"],
|
packArguments: ["--include-symbols", "--include-source"],
|
||||||
pushFiles: ["bin/*.nupkg"],
|
pushFiles: ["src/*/bin/Debug/*.nupkg"],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
"@semantic-release/changelog",
|
"@semantic-release/changelog",
|
||||||
|
|
Reference in a new issue