From a6fe769feb307c1d85534b603d045bd9fbb37778 Mon Sep 17 00:00:00 2001 From: "Dylan R. E. Moonfire" Date: Sat, 11 Sep 2021 13:59:21 -0500 Subject: [PATCH] fix(nuget): fixing packaging and versioning --- release.config.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/release.config.js b/release.config.js index 56552c4..9184c5d 100644 --- a/release.config.js +++ b/release.config.js @@ -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",