From 2486cd82e97798c4a8bb43b37df2e4a5e872e284 Mon Sep 17 00:00:00 2001 From: Matt Straathof <11823378+bruuuuuuuce@users.noreply.github.com> Date: Thu, 28 Oct 2021 17:52:40 -0700 Subject: [PATCH] build: update pack command --- .github/workflows/cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index e187062c..c43e806b 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -65,7 +65,7 @@ jobs: VERSION="${{ steps.semrel.outputs.version }}" echo "version: ${VERSION}" dotnet build --configuration Release - nuget pack -Version ${VERSION} -Properties Configuration=Release + dotnet pack -c Release -p:Version=${VERSION} nuget push MomentoSdk.${VERSION}.nupkg -Source Artifactory -Verbosity detailed popd shell: bash