Skip to content

Commit 9c8c0af

Browse files
SyncFileContentsSyncFileContents
authored andcommitted
Sync .github\workflows\update-sdks.yml
1 parent 2fe49b9 commit 9c8c0af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-sdks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
permissions: read-all
2020

2121
env:
22-
DOTNET_VERSION: "9.0"
22+
DOTNET_VERSION: "10.0"
2323

2424
jobs:
2525
update-sdks:
@@ -257,7 +257,7 @@ jobs:
257257

258258
- name: Run Tests
259259
if: steps.update_sdks.outputs.has_updates == 'true'
260-
run: dotnet test --no-build --configuration Release --logger trx --collect:"XPlat Code Coverage"
260+
run: dotnet test --no-build --configuration Release --report-trx
261261

262262
- name: Check for Changes
263263
if: steps.update_sdks.outputs.has_updates == 'true'

0 commit comments

Comments
 (0)