Skip to content

Commit b20e4af

Browse files
authored
Merge pull request #11 from prplecake/fix-release-workflow
2 parents 75c6c8d + 0b24e8f commit b20e4af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
source-url: https://nuget.pkg.github.com/prplecake/index.json
2828
env:
2929
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
- name: Build
31+
run: dotnet build
3032
- name: Test
3133
run: dotnet test --no-build --verbosity normal --logger "trx" --results-directory "./TestResults"
3234
- uses: dorny/test-reporter@v1

0 commit comments

Comments
 (0)