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 da766ad commit d84656fCopy full SHA for d84656f
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) {
@@ -2671,7 +2671,7 @@ function Build-Foundation {
2671
)
2672
2673
$FoundationBinaryCache = if ($Static) {
2674
- Get-ProjectBinaryCache $Platform StaticFoundation
+ Get-ProjectBinaryCache $Platform ExperimentalFoundation
2675
} else {
2676
Get-ProjectBinaryCache $Platform DynamicFoundation
2677
0 commit comments