From 39bca51d3e6ea00dd51ff3b7d34e62bc1c6412e6 Mon Sep 17 00:00:00 2001 From: UltimateCoder Date: Mon, 25 Nov 2024 21:55:13 +0100 Subject: [PATCH] Update .github/workflows/nuget-ci.yml --- .github/workflows/nuget-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nuget-ci.yml b/.github/workflows/nuget-ci.yml index 6d24045..0aaacf5 100644 --- a/.github/workflows/nuget-ci.yml +++ b/.github/workflows/nuget-ci.yml @@ -23,6 +23,8 @@ 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