fix(nuget): fixing packaging and versioning
This commit is contained in:
parent
24faa43abe
commit
29fd621de0
1 changed files with 4 additions and 3 deletions
|
@ -9,13 +9,14 @@ module.exports = {
|
||||||
"semantic-release-dotnet",
|
"semantic-release-dotnet",
|
||||||
{
|
{
|
||||||
paths: ["src/Directory.Build.props"],
|
paths: ["src/Directory.Build.props"],
|
||||||
}
|
},
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"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