diff --git a/scripts/test_windows.ps1 b/scripts/test_windows.ps1 index 434b68105..695b4e4a0 100644 --- a/scripts/test_windows.ps1 +++ b/scripts/test_windows.ps1 @@ -17,7 +17,7 @@ function Update-SwiftBuildAndPackageArguments { [string]$jsonFilePath = "./assets/test/.vscode/settings.json", [string]$codeWorkspaceFilePath = "./assets/test.code-workspace", [string]$windowsSdkVersion = "10.0.22000.0", - [string]$vcToolsVersion = "14.43.34808" + [string]$vcToolsVersion = "14.44.35207" ) $windowsSdkRoot = "C:\Program Files (x86)\Windows Kits\10\"