Skip to content

Commit 949880e

Browse files
qiutongMSkythant
andauthored
Update StaticValidationTests to use 26100 (#5791) (#5812)
Co-authored-by: Kyaw Thant <[email protected]>
1 parent 4d2bce6 commit 949880e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/AzurePipelinesTemplates/WindowsAppSDK-StaticValidationTest-Stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ stages:
9898
ignoreLASTEXITCODE: true
9999
script: |
100100
$KitsRoot10 = (Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows Kits\Installed Roots" -Name KitsRoot10).KitsRoot10
101-
$WindowsSdkBinDir = Join-Path $KitsRoot10 "bin\10.0.22000.0\x86"
101+
$WindowsSdkBinDir = Join-Path $KitsRoot10 "bin\10.0.26100.0\x86"
102102
103103
$path = "$(Build.SourcesDirectory)\Packages\Microsoft.WindowsAppSDK.Foundation.TransportPackage\$(FoundationVersion)"
104104
$buildtype = '$(channel)'

0 commit comments

Comments
 (0)