From 01652aa3fe38542c1770d8a4342168bb47982675 Mon Sep 17 00:00:00 2001 From: Kiran Kumar Kolli Date: Fri, 17 May 2024 17:55:36 -0700 Subject: [PATCH] [Internal] Engineering: Fixes Nuget generation and copy process (#4475) (#4506) Co-authored-by: Matias Quaranta --- templates/nuget-pack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nuget-pack.yml b/templates/nuget-pack.yml index 095b1b52ff..bf7699145e 100644 --- a/templates/nuget-pack.yml +++ b/templates/nuget-pack.yml @@ -61,7 +61,7 @@ jobs: BuildDropPath: '$(Build.ArtifactStagingDirectory)/bin/AnyCPU/$(BuildConfiguration)/Microsoft.Azure.Cosmos' - ${{ if ne(parameters.BlobVersion, '') }}: - - task: AzureFileCopy@5 + - task: AzureFileCopy@6 displayName: 'Copy Artifacts to Azure SDK Release blob storage' condition: succeeded() inputs: