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