We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed57a5a commit 5469153Copy full SHA for 5469153
build/AzurePipelinesTemplates/WindowsAppSDK-StaticValidationTest-Stage.yml
@@ -99,7 +99,7 @@ stages:
99
ignoreLASTEXITCODE: true
100
script: |
101
$KitsRoot10 = (Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows Kits\Installed Roots" -Name KitsRoot10).KitsRoot10
102
- $WindowsSdkBinDir = Join-Path $KitsRoot10 "bin\10.0.22000.0\x86"
+ $WindowsSdkBinDir = Join-Path $KitsRoot10 "bin\10.0.26100.0\x86"
103
104
$path = "$(Build.SourcesDirectory)\Packages\Microsoft.WindowsAppSDK.Foundation.TransportPackage\$(FoundationVersion)"
105
$buildtype = '$(channel)'
0 commit comments