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.
1 parent 6bf8cc4 commit c7c4bf4Copy full SHA for c7c4bf4
.github/workflows/build.yml
@@ -100,9 +100,6 @@ jobs:
100
fi
101
continue-on-error: false
102
103
- - name: Build demo application
104
- run: dotnet build demo --configuration Release --no-restore --verbosity minimal
105
-
106
- name: Publish test results
107
uses: dorny/test-reporter@v2
108
if: success() || failure()
@@ -268,4 +265,4 @@ jobs:
268
265
prerelease: ${{ contains(steps.version.outputs.version, '-') }}
269
266
tag_name: ${{ github.ref_name }}
270
267
env:
271
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments