Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.azure
diff options
context:
space:
mode:
authorSeeker186 <101211595+Seeker186@users.noreply.github.com>2022-06-30 01:14:59 +0300
committerSeeker186 <101211595+Seeker186@users.noreply.github.com>2022-06-30 01:14:59 +0300
commit2567d7614baad202f853ee8cfc74bd8ea25f9d0e (patch)
tree2e4d8f0526b8bd95cf6534a800aea640026503f9 /.azure
parent347a45cbf56570bfebd7987931c89030afadac60 (diff)
Added composite artifact publishing for the missing architectures the pipelines failed in.
Diffstat (limited to '.azure')
-rw-r--r--.azure/pipelines/ci.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml
index b0b5c675e5..db8ea33210 100644
--- a/.azure/pipelines/ci.yml
+++ b/.azure/pipelines/ci.yml
@@ -374,6 +374,8 @@ stages:
includeForks: true
- name: MacOS_arm64_Packages
path: artifacts/packages/
+ - name: MacOS_arm64_CompositeImages
+ path: artifacts/obj/Composite/Release
- ${{ if ne(variables.PostBuildSign, 'true') }}:
- template: jobs/codesign-xplat.yml
@@ -404,6 +406,8 @@ stages:
includeForks: true
- name: MacOS_x64_Packages
path: artifacts/packages/
+ - name: MacOS_x64_CompositeImages
+ path: artifacts/obj/Composite/Release
- ${{ if ne(variables.PostBuildSign, 'true') }}:
- template: jobs/codesign-xplat.yml
@@ -451,6 +455,8 @@ stages:
includeForks: true
- name: Linux_x64_Packages
path: artifacts/packages/
+ - name: Linux_x64_CompositeImages
+ path: artifacts/obj/Composite/Release
- ${{ if ne(variables.PostBuildSign, 'true') }}:
- template: jobs/codesign-xplat.yml
@@ -482,6 +488,8 @@ stages:
includeForks: true
- name: Linux_arm_Packages
path: artifacts/packages/
+ - name: Linux_arm_CompositeImages
+ path: artifacts/obj/Composite/Release
- ${{ if ne(variables.PostBuildSign, 'true') }}:
- template: jobs/codesign-xplat.yml
@@ -522,6 +530,8 @@ stages:
includeForks: true
- name: Linux_arm64_Packages
path: artifacts/packages/
+ - name: Linux_arm64_CompositeImages
+ path: artifacts/obj/Composite/Release
- ${{ if ne(variables.PostBuildSign, 'true') }}:
- template: jobs/codesign-xplat.yml
@@ -557,6 +567,8 @@ stages:
includeForks: true
- name: Linux_musl_x64_Packages
path: artifacts/packages/
+ - name: Linux_musl_x64_CompositeImages
+ path: artifacts/obj/Composite/Release
- ${{ if ne(variables.PostBuildSign, 'true') }}:
- template: jobs/codesign-xplat.yml
@@ -591,6 +603,8 @@ stages:
includeForks: true
- name: Linux_musl_arm_Packages
path: artifacts/packages/
+ - name: Linux_musl_arm_CompositeImages
+ path: artifacts/obj/Composite/Release
- ${{ if ne(variables.PostBuildSign, 'true') }}:
- template: jobs/codesign-xplat.yml
@@ -625,6 +639,8 @@ stages:
includeForks: true
- name: Linux_musl_arm64_Packages
path: artifacts/packages/
+ - name: Linux_musl_arm64_CompositeImages
+ path: artifacts/obj/Composite/Release
- ${{ if ne(variables.PostBuildSign, 'true') }}:
- template: jobs/codesign-xplat.yml