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 702068b commit e651cfaCopy full SHA for e651cfa
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