From f154f0c500159e428db847df08cc06e0b2bcceac Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Madero Date: Tue, 1 Dec 2020 11:22:33 -0800 Subject: [PATCH] Remove ZipDownloadDisable for azdo artifacts download --- eng/pipelines/common/xplat-setup.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/eng/pipelines/common/xplat-setup.yml b/eng/pipelines/common/xplat-setup.yml index 48d9ae2430cff5..e346f48073cf20 100644 --- a/eng/pipelines/common/xplat-setup.yml +++ b/eng/pipelines/common/xplat-setup.yml @@ -30,11 +30,6 @@ jobs: - name: runCodesignValidationInjection value: false - # Workaround for azure devops flakiness when dowloading artifacts - # https://github.com/dotnet/runtime/issues/32805 - - name: System.DisableZipDownload - value: true - - name: buildConfigUpper ${{ if eq(parameters.jobParameters.buildConfig, 'debug') }}: value: 'Debug'