Update .github/workflows/nuget-ci.yml
/ build (push) Failing after 23s

This commit is contained in:
2024-11-25 22:05:16 +01:00
parent b2bbeeaf83
commit 9e913a0582
-2
View File
@@ -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