Skip to content

Commit d84656f

Browse files
committed
utils: rename StaticFoundation to ExperimentalFoundation
1 parent da766ad commit d84656f

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) {
@@ -2671,7 +2671,7 @@ function Build-Foundation {
26712671
)
26722672

26732673
$FoundationBinaryCache = if ($Static) {
2674-
Get-ProjectBinaryCache $Platform StaticFoundation
2674+
Get-ProjectBinaryCache $Platform ExperimentalFoundation
26752675
} else {
26762676
Get-ProjectBinaryCache $Platform DynamicFoundation
26772677
}

0 commit comments

Comments
 (0)