Skip to content

Commit f11430a

Browse files
committed
Remove UseCoreToolsBuildFromIntegrationTests switch warning
1 parent fb1b387 commit f11430a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/E2E/Start-E2ETest.ps1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ function NewTaskHubName
5858
$sb.ToString()
5959
}
6060

61-
if ($UseCoreToolsBuildFromIntegrationTests.IsPresent)
62-
{
63-
Write-Warning "UseCoreToolsBuildFromIntegrationTests switch is ignored"
64-
}
65-
6661
$FUNC_RUNTIME_VERSION = '4'
6762
$POWERSHELL_VERSION = '7.4'
6863
$FUNC_CMDLET_NAME = "func"

0 commit comments

Comments
 (0)