Skip to content

Commit ac4a362

Browse files
committed
utils: rename StaticFoundation to ExperimentalFoundation
1 parent fbe7d83 commit ac4a362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ enum Project {
714714
ExperimentalDistributed
715715
ExperimentalObservation
716716
ExperimentalDispatch
717-
StaticFoundation
717+
ExperimentalFoundation
718718
}
719719

720720
function Get-ProjectBinaryCache([Hashtable] $Platform, [Project] $Project) {
@@ -2661,7 +2661,7 @@ function Build-Foundation {
26612661
)
26622662

26632663
$FoundationBinaryCache = if ($Static) {
2664-
Get-ProjectBinaryCache $Platform StaticFoundation
2664+
Get-ProjectBinaryCache $Platform ExperimentalFoundation
26652665
} else {
26662666
Get-ProjectBinaryCache $Platform DynamicFoundation
26672667
}

0 commit comments

Comments
 (0)