From dba6dfebfa08b19fc3d328e5bb6766cc77dd1ac3 Mon Sep 17 00:00:00 2001 From: Vott Date: Mon, 1 Jun 2020 11:02:06 -0700 Subject: [PATCH] remove commneted out code --- azure-pipelines/templates/create-web-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines/templates/create-web-release.yml b/azure-pipelines/templates/create-web-release.yml index 14fb0fd777..18dc52f45b 100644 --- a/azure-pipelines/templates/create-web-release.yml +++ b/azure-pipelines/templates/create-web-release.yml @@ -33,7 +33,6 @@ jobs: destination: azureBlob storage: $(DEV_STORAGE_ACCOUNT) containerName: '$web' - # condition: eq(variables['Build.SourceBranch'], 'refs/heads/develop') - task: AzureFileCopy@3 displayName: 'AzureBlob File Copy to $PROD_STORAGE_ACCOUNT'