Skip to content

Commit ae65dbd

Browse files
authored
Remove UseCoreToolsBuildFromIntegrationTests switch
1 parent 0bb0d33 commit ae65dbd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/E2E/Start-E2ETest.ps1

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ param
77
[Switch]
88
$NoBuild,
99
[Switch]
10-
$UseCoreToolsBuildFromIntegrationTests,
11-
[Switch]
1210
$SkipCoreToolsDownload
1311
)
1412

@@ -60,11 +58,6 @@ function NewTaskHubName
6058
$sb.ToString()
6159
}
6260

63-
if ($UseCoreToolsBuildFromIntegrationTests.IsPresent)
64-
{
65-
Write-Warning "UseCoreToolsBuildFromIntegrationTests switch is ignored"
66-
}
67-
6861
$FUNC_RUNTIME_VERSION = '4'
6962
$POWERSHELL_VERSION = '7.2'
7063
$FUNC_CMDLET_NAME = "func"

0 commit comments

Comments
 (0)