From 677263fbf3e525ac6f7796f0c416b3ff5a8f36a7 Mon Sep 17 00:00:00 2001 From: Francisco Gamino Date: Wed, 27 Oct 2021 17:57:32 -0700 Subject: [PATCH] Update the path to upload the Core Tools artifacts for V4 (#2795) --- uploadContentToStorageAccount.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uploadContentToStorageAccount.ps1 b/uploadContentToStorageAccount.ps1 index df83aad0..cdf8b825 100644 --- a/uploadContentToStorageAccount.ps1 +++ b/uploadContentToStorageAccount.ps1 @@ -60,7 +60,7 @@ function GetContentType WriteLog -Message "Script started." $CONTAINER_NAME = "builds" -$FUNC_RUNTIME_VERSION = '3' +$FUNC_RUNTIME_VERSION = '4' if (-not (Test-Path $SourcePath)) {