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.
StaticFoundation
ExperimentalFoundation
1 parent fbe7d83 commit ac4a362Copy full SHA for ac4a362
utils/build.ps1
@@ -714,7 +714,7 @@ enum Project {
714
ExperimentalDistributed
715
ExperimentalObservation
716
ExperimentalDispatch
717
- StaticFoundation
+ ExperimentalFoundation
718
}
719
720
function Get-ProjectBinaryCache([Hashtable] $Platform, [Project] $Project) {
@@ -2661,7 +2661,7 @@ function Build-Foundation {
2661
)
2662
2663
$FoundationBinaryCache = if ($Static) {
2664
- Get-ProjectBinaryCache $Platform StaticFoundation
+ Get-ProjectBinaryCache $Platform ExperimentalFoundation
2665
} else {
2666
Get-ProjectBinaryCache $Platform DynamicFoundation
2667
0 commit comments