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.
Build-ExperimentalRuntime
1 parent 0334abd commit da766adCopy full SHA for da766ad
utils/build.ps1
@@ -2454,15 +2454,7 @@ function Test-Runtime([Hashtable] $Platform) {
2454
}
2455
2456
2457
-function Build-ExperimentalRuntime {
2458
- [CmdletBinding(PositionalBinding = $false)]
2459
- param
2460
- (
2461
- [Parameter(Position = 0, Mandatory = $true)]
2462
- [Hashtable] $Platform,
2463
- [switch] $Static = $false
2464
- )
2465
-
+function Build-ExperimentalRuntime([Hashtable] $Platform, [switch] $Static = $false) {
2466
# TODO: remove this once the migration is completed.
2467
Invoke-IsolatingEnvVars {
2468
Invoke-VsDevShell $BuildPlatform
0 commit comments