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 4c6140e commit d3a4fd4Copy full SHA for d3a4fd4
.github/workflows/ci.yml
@@ -228,10 +228,10 @@ jobs:
228
RELEASE_NOTES: ${{ steps.changelog_reader.outputs.changes }}
229
230
- name: 📄 Build bUnit
231
- run: dotnet build docs/samples/samples.sln -c release
+ run: dotnet build -c release
232
233
- name: 🧪 Run sample unit tests
234
- run: dotnet test docs/samples/samples.sln -c release -p:VSTestUseMSBuildOutput=false -f net8.0
+ run: dotnet test docs/samples/samples.sln -p:VSTestUseMSBuildOutput=false -f net8.0
235
236
- name: 📄 Build docs
237
working-directory: ./docs/site
0 commit comments