From 4d58a7d5d10bf10f852c632cbf159e9dbb7e9018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Dybvik=20Langfors?= Date: Wed, 21 Dec 2022 11:55:57 +0100 Subject: [PATCH] Update release-nuget.yml --- .github/workflows/release-nuget.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release-nuget.yml b/.github/workflows/release-nuget.yml index 6ef2049..8c2ebab 100644 --- a/.github/workflows/release-nuget.yml +++ b/.github/workflows/release-nuget.yml @@ -25,8 +25,6 @@ jobs: echo "SOLUTION=${SOLUTION}" >> $GITHUB_ENV - name: Build run: dotnet build --configuration Release /p:Version=${VERSION} ${SOLUTION} - - name: Test - run: dotnet test --configuration Release /p:Version=${VERSION} --no-build ${SOLUTION} - name: Pack with debug symbols run: dotnet pack --configuration Release /p:Version=${VERSION} -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg --output . ${SOLUTION} - name: Push