From 9e913a0582d81c82c3144e596b401da9e31b3f76 Mon Sep 17 00:00:00 2001 From: UltimateCoder Date: Mon, 25 Nov 2024 22:05:16 +0100 Subject: [PATCH] Update .github/workflows/nuget-ci.yml --- .github/workflows/nuget-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/nuget-ci.yml b/.github/workflows/nuget-ci.yml index 0dcd2cf..bbf9aa0 100644 --- a/.github/workflows/nuget-ci.yml +++ b/.github/workflows/nuget-ci.yml @@ -26,8 +26,6 @@ jobs: git branch --remote --contains | grep origin/master #- name: Set VERSION variable from tag # run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV - - name: Setup .NET - uses: https://github.com/actions/setup-dotnet@v4 - name: Build run: dotnet build --configuration Release /p:Version=${{ env.PACKAGE_VERSION }} - name: Test