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 7d54def commit a3a18c5Copy full SHA for a3a18c5
scripts/test_windows.ps1
@@ -17,7 +17,7 @@ function Update-SwiftBuildAndPackageArguments {
17
[string]$jsonFilePath = "./assets/test/.vscode/settings.json",
18
[string]$codeWorkspaceFilePath = "./assets/test.code-workspace",
19
[string]$windowsSdkVersion = "10.0.22000.0",
20
- [string]$vcToolsVersion = "14.43.34808"
+ [string]$vcToolsVersion = "14.44.35207"
21
)
22
23
$windowsSdkRoot = "C:\Program Files (x86)\Windows Kits\10\"
0 commit comments