Skip to content

Commit 1c32271

Browse files
committed
ci(github actions): Update the build environment and Windows SDK version
1. Change the runtime environment of the build-msix task from windows-latest to windows-2022 2. Update the TargetPlatformVersion to 10.0.26100.0 3. Update the maximum system version tested in the package manifest
1 parent 8891732 commit 1c32271

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177

178178
build-msix:
179179
needs: extract-version
180-
runs-on: windows-latest
180+
runs-on: windows-2022
181181
steps:
182182
- name: Checkout
183183
uses: actions/checkout@v4

DevTools.Package/DevTools.Package.wapproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
3636
<PropertyGroup>
3737
<ProjectGuid>a1b2c3d4-e5f6-7890-abcd-ef1234567890</ProjectGuid>
38-
<TargetPlatformVersion>10.0.20348.0</TargetPlatformVersion>
38+
<TargetPlatformVersion>10.0.26100.0</TargetPlatformVersion>
3939
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
4040
<DefaultLanguage>en-US</DefaultLanguage>
4141
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>

DevTools.Package/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</Properties>
1818

1919
<Dependencies>
20-
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17763.0" MaxVersionTested="10.0.20348.0" />
20+
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17763.0" MaxVersionTested="10.0.26100.0" />
2121
</Dependencies>
2222

2323
<Resources>

0 commit comments

Comments
 (0)