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 4d2bce6 commit 949880eCopy full SHA for 949880e
build/AzurePipelinesTemplates/WindowsAppSDK-StaticValidationTest-Stage.yml
@@ -98,7 +98,7 @@ stages:
98
ignoreLASTEXITCODE: true
99
script: |
100
$KitsRoot10 = (Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows Kits\Installed Roots" -Name KitsRoot10).KitsRoot10
101
- $WindowsSdkBinDir = Join-Path $KitsRoot10 "bin\10.0.22000.0\x86"
+ $WindowsSdkBinDir = Join-Path $KitsRoot10 "bin\10.0.26100.0\x86"
102
103
$path = "$(Build.SourcesDirectory)\Packages\Microsoft.WindowsAppSDK.Foundation.TransportPackage\$(FoundationVersion)"
104
$buildtype = '$(channel)'
0 commit comments