Skip to content

Commit f2d89cd

Browse files
CopilotSaadnajmi
andcommitted
fix: resolve Windows SDK version mismatch on windows-latest runner
Co-authored-by: Saadnajmi <6722175+Saadnajmi@users.noreply.github.com>
1 parent 672a85c commit f2d89cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,11 @@ jobs:
211211
shell: powershell
212212

213213
- name: Generate UWP app
214-
run: yarn install-windows-test-app
214+
run: yarn install-windows-test-app --use-nuget
215215
working-directory: apps/fluent-tester
216216

217217
- name: Build UWP app
218-
run: yarn windows --arch x64 --logging --no-packager --no-launch
218+
run: yarn windows --arch x64 --logging --no-packager --no-launch --msbuildprops WindowsTargetPlatformVersion=10.0.22621.0
219219
working-directory: apps/fluent-tester
220220

221221
- name: Prepare E2E Windows tests

0 commit comments

Comments
 (0)