Skip to content

Commit cd5619b

Browse files
authored
Remove ZipDownloadDisable for azdo artifacts download (#45427)
1 parent 31e4364 commit cd5619b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

eng/pipelines/common/xplat-setup.yml

-5
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ jobs:
3030
- name: runCodesignValidationInjection
3131
value: false
3232

33-
# Workaround for azure devops flakiness when dowloading artifacts
34-
# https://github.com/dotnet/runtime/issues/32805
35-
- name: System.DisableZipDownload
36-
value: true
37-
3833
- name: buildConfigUpper
3934
${{ if eq(parameters.jobParameters.buildConfig, 'debug') }}:
4035
value: 'Debug'

0 commit comments

Comments
 (0)