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