Skip to content

Commit 2ca0782

Browse files
authored
Merge branch 'main' into removeDuplicatedSort
2 parents 4f666da + c1ea10c commit 2ca0782

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
]
1616
},
1717
"microsoft.visualstudio.slngen.tool": {
18-
"version": "12.0.13",
18+
"version": "12.0.32",
1919
"commands": [
2020
"slngen"
2121
]

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ env:
3737
jobs:
3838
# This workflow contains a single job called "Xaml-Style-Check"
3939
Xaml-Style-Check:
40-
runs-on: windows-2022
40+
runs-on: windows-2025
4141

4242
# Steps represent a sequence of tasks that will be executed as part of the job
4343
steps:
@@ -208,7 +208,7 @@ jobs:
208208

209209
- name: Install Testspace Module
210210
if: ${{ env.HAS_BUILDABLE_COMPONENTS == 'true' }}
211-
uses: testspace-com/setup-testspace@v1
211+
uses: testspace-com/setup-testspace@v1.0.8
212212
with:
213213
domain: ${{ github.repository_owner }}
214214

@@ -310,6 +310,10 @@ jobs:
310310
--skip vswin
311311
--verbose
312312
313+
- name: Install Windows SDKs
314+
shell: pwsh
315+
run: ./tooling/Install-WindowsSdk.ps1
316+
313317
- name: Add msbuild to PATH
314318
uses: microsoft/setup-msbuild@v2
315319
with:

tooling

0 commit comments

Comments
 (0)