projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0595477
)
Disable zip download for azure devops download task (#34032)
author
Santiago Fernandez Madero
<safern@microsoft.com>
Tue, 24 Mar 2020 22:49:28 +0000
(15:49 -0700)
committer
GitHub
<noreply@github.com>
Tue, 24 Mar 2020 22:49:28 +0000
(15:49 -0700)
* Disable zip download for azure devops download task
* Fix typo
eng/pipelines/common/xplat-setup.yml
patch
|
blob
|
history
diff --git
a/eng/pipelines/common/xplat-setup.yml
b/eng/pipelines/common/xplat-setup.yml
index
d644907
..
6577798
100644
(file)
--- a/
eng/pipelines/common/xplat-setup.yml
+++ b/
eng/pipelines/common/xplat-setup.yml
@@
-12,6
+12,11
@@
jobs:
- template: ${{ coalesce(parameters.helixQueuesTemplate, parameters.jobTemplate) }}
parameters:
variables:
+ # Workaround for azure devops flakiness when dowloading artifacts
+ # https://github.com/dotnet/runtime/issues/32805
+ - name: System.DisableZipDownload
+ value: true
+
- ${{ if eq(parameters.osGroup, 'Windows_NT') }}:
- name: archiveExtension
value: '.zip'