fix(build): forcing release to fix path for NuGet packages

This commit is contained in:
Dylan R. E. Moonfire 2021-09-06 23:26:16 -05:00
parent 4aaca99c02
commit f1a9918784

View file

@ -10,7 +10,7 @@ module.exports = {
"semantic-release-nuget",
{
packArguments: ["--include-symbols", "--include-source"],
pushFiles: ["bin/*.nupkg"],
pushFiles: ["src/*/bin/Debug/*.nupkg"],
},
],
"@semantic-release/changelog",