Skip to content

Commit 3eb1bea

Browse files
authored
Merge pull request #83993 from bnbarham/switch-foundation-configuration
Switch Windows foundation tests back to debug for PR testing
2 parents 32fd1c0 + 4a22340 commit 3eb1bea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/build.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3149,6 +3149,7 @@ function Test-Foundation {
31493149
-Src $SourceCache\swift-foundation `
31503150
-Bin "$ScratchPath" `
31513151
-Platform $BuildPlatform `
3152+
-Configuration $FoundationTestConfiguration `
31523153
--multiroot-data-file "$SourceCache\swift\utils\build_swift\resources\SwiftPM-Unified-Build.xcworkspace" `
31533154
--test-product swift-foundationPackageTests
31543155

@@ -3165,6 +3166,7 @@ function Test-Foundation {
31653166
-Src $SourceCache\swift-corelibs-foundation `
31663167
-Bin "$ScratchPath" `
31673168
-Platform $BuildPlatform `
3169+
-Configuration $FoundationTestConfiguration `
31683170
--multiroot-data-file "$SourceCache\swift\utils\build_swift\resources\SwiftPM-Unified-Build.xcworkspace" `
31693171
--test-product swift-corelibs-foundationPackageTests
31703172
}

0 commit comments

Comments
 (0)