Skip to content

Commit 3917455

Browse files
committed
!fixup! try using a single name for all manifest artifacts
nit: correct logs path in Helix pipeline
1 parent 4c3fae8 commit 3917455

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.azure/pipelines/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ stages:
137137
path: artifacts/symbols/
138138
- name: Windows_VSIX
139139
path: artifacts/VSSetup/
140-
- name: Windows_Manifests
140+
- name: AssetManifests
141141
path: artifacts/manifests/
142142
- name: Windows_Installers
143143
path: artifacts/installers/
@@ -166,7 +166,7 @@ stages:
166166
publishOnError: true
167167
- name: Windows_arm_Packages
168168
path: artifacts/packages/
169-
- name: Windows_arm_Manifests
169+
- name: AssetManifests
170170
path: artifacts/manifests/
171171
- name: Windows_arm_Installers
172172
path: artifacts/installers/
@@ -193,7 +193,7 @@ stages:
193193
publishOnError: true
194194
- name: MacOS_x64_Packages
195195
path: artifacts/packages/
196-
- name: MacOS_x64_Manifests
196+
- name: AssetManifests
197197
path: artifacts/manifests/
198198
- name: MacOS_x64_Installers
199199
path: artifacts/installers/
@@ -255,7 +255,7 @@ stages:
255255
publishOnError: true
256256
- name: Linux_x64_Packages
257257
path: artifacts/packages/
258-
- name: Linux_x64_Manifests
258+
- name: AssetManifests
259259
path: artifacts/manifests/
260260
- name: Linux_x64_Installers
261261
path: artifacts/installers/
@@ -286,7 +286,7 @@ stages:
286286
publishOnError: true
287287
- name: Linux_arm_Packages
288288
path: artifacts/packages/
289-
- name: Linux_arm_Manifests
289+
- name: AssetManifests
290290
path: artifacts/manifests/
291291
- name: Linux_arm_Installers
292292
path: artifacts/installers/
@@ -317,7 +317,7 @@ stages:
317317
publishOnError: true
318318
- name: Linux_arm64_Packages
319319
path: artifacts/packages/
320-
- name: Linux_arm64_Manifests
320+
- name: AssetManifests
321321
path: artifacts/manifests/
322322
- name: Linux_arm64_Installers
323323
path: artifacts/installers/
@@ -351,7 +351,7 @@ stages:
351351
publishOnError: true
352352
- name: Linux_musl_x64_Packages
353353
path: artifacts/packages/
354-
- name: Linux_musl_x64_Manifests
354+
- name: AssetManifests
355355
path: artifacts/manifests/
356356
- name: Linux_musl_x64_Installers
357357
path: artifacts/installers/
@@ -385,7 +385,7 @@ stages:
385385
publishOnError: true
386386
- name: Linux_musl_arm64_Packages
387387
path: artifacts/packages/
388-
- name: Linux_musl_arm64_Manifests
388+
- name: AssetManifests
389389
path: artifacts/manifests/
390390
- name: Linux_musl_arm64_Installers
391391
path: artifacts/installers/

.azure/pipelines/helix-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
installNodeJs: false
4444
artifacts:
4545
- name: Helix_arm64_logs
46-
path: artifacts/logs/
46+
path: artifacts/log/
4747
publishOnError: true

0 commit comments

Comments
 (0)