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'