File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,11 @@ function NewTaskHubName
60
60
$sb.ToString ()
61
61
}
62
62
63
+ if ($UseCoreToolsBuildFromIntegrationTests.IsPresent )
64
+ {
65
+ Write-Warning " UseCoreToolsBuildFromIntegrationTests switch is ignored"
66
+ }
67
+
63
68
$FUNC_RUNTIME_VERSION = ' 4'
64
69
$POWERSHELL_VERSION = ' 7.4'
65
70
$FUNC_CMDLET_NAME = " func"
@@ -109,7 +114,7 @@ Remove-Item -Recurse -Force $FUNC_CLI_DIRECTORY -ErrorAction Ignore
109
114
if (-not $SkipCoreToolsDownload )
110
115
{
111
116
Write-Host " Downloading Core Tools because SkipCoreToolsDownload switch parameter is not present..."
112
-
117
+
113
118
$coreToolsDownloadURL = " https://github.com/Azure/azure-functions-core-tools/releases/download/$CORE_TOOLS_VERSION /Azure.Functions.Cli.$os -$arch .$CORE_TOOLS_VERSION .zip"
114
119
Write-Host " Downloading Functions Core Tools (Version: $CORE_TOOLS_VERSION )..."
115
120
You can’t perform that action at this time.
0 commit comments