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 935c4f6 commit 9c04f51Copy full SHA for 9c04f51
.github/workflows/ci.yml
@@ -116,7 +116,7 @@ jobs:
116
strategy:
117
fail-fast: false
118
matrix:
119
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-13, windows-latest]
120
runs-on: ${{ matrix.os }}
121
122
steps:
@@ -231,7 +231,7 @@ jobs:
231
run: dotnet build -c release
232
233
- name: 🧪 Run sample unit tests
234
- run: dotnet test docs/samples/samples.sln
+ run: dotnet test docs/samples/samples.sln -c release -p:VSTestUseMSBuildOutput=false
235
236
- name: 📄 Build docs
237
working-directory: ./docs/site
0 commit comments