From 100de2730e4c64bd1e885d2b3a5a35523aa97ec9 Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Wed, 28 Oct 2020 19:49:39 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 79bad9d..d7f2b84 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,10 +14,8 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: 3.1 - - name: Build solution -c Release + - name: Build solution run: dotnet build --output build - - name: Run unit tests - run: dotnet test - name: Publish NuGet package - run: dotnet nuget push "*.nupkg" --source build --skip-duplicate + run: ls && dotnet nuget push "*.nupkg" --source build --skip-duplicate