We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75c6c8d + 0b24e8f commit b20e4afCopy full SHA for b20e4af
.github/workflows/release.yml
@@ -27,6 +27,8 @@ jobs:
27
source-url: https://nuget.pkg.github.com/prplecake/index.json
28
env:
29
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
+ - name: Build
31
+ run: dotnet build
32
- name: Test
33
run: dotnet test --no-build --verbosity normal --logger "trx" --results-directory "./TestResults"
34
- uses: dorny/test-reporter@v1
0 commit comments