We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe49b9 commit 9c8c0afCopy full SHA for 9c8c0af
1 file changed
.github/workflows/update-sdks.yml
@@ -19,7 +19,7 @@ concurrency:
19
permissions: read-all
20
21
env:
22
- DOTNET_VERSION: "9.0"
+ DOTNET_VERSION: "10.0"
23
24
jobs:
25
update-sdks:
@@ -257,7 +257,7 @@ jobs:
257
258
- name: Run Tests
259
if: steps.update_sdks.outputs.has_updates == 'true'
260
- run: dotnet test --no-build --configuration Release --logger trx --collect:"XPlat Code Coverage"
+ run: dotnet test --no-build --configuration Release --report-trx
261
262
- name: Check for Changes
263
0 commit comments