Skip to content

Commit 5469153

Browse files
kythantLegendaryBlair
authored andcommitted
Update StaticValidationTests to use 26100 (#5791)
1 parent ed57a5a commit 5469153

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
@@ -99,7 +99,7 @@ stages:
9999
ignoreLASTEXITCODE: true
100100
script: |
101101
$KitsRoot10 = (Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows Kits\Installed Roots" -Name KitsRoot10).KitsRoot10
102-
$WindowsSdkBinDir = Join-Path $KitsRoot10 "bin\10.0.22000.0\x86"
102+
$WindowsSdkBinDir = Join-Path $KitsRoot10 "bin\10.0.26100.0\x86"
103103
104104
$path = "$(Build.SourcesDirectory)\Packages\Microsoft.WindowsAppSDK.Foundation.TransportPackage\$(FoundationVersion)"
105105
$buildtype = '$(channel)'

0 commit comments

Comments
 (0)