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

This commit is contained in:
2024-11-25 21:55:13 +01:00
parent a700faf3a9
commit 39bca51d3e
+2
View File
@@ -23,6 +23,8 @@ jobs:
git branch --remote --contains | grep origin/master git branch --remote --contains | grep origin/master
#- name: Set VERSION variable from tag #- name: Set VERSION variable from tag
# run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV # run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
- name: Setup .NET
uses: https://github.com/actions/setup-dotnet@v4
- name: Build - name: Build
run: dotnet build --configuration Release /p:Version=${{ env.PACKAGE_VERSION }} run: dotnet build --configuration Release /p:Version=${{ env.PACKAGE_VERSION }}
- name: Test - name: Test