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 21:21:23 +0300
committerSeeker186 <101211595+Seeker186@users.noreply.github.com>2022-06-30 21:21:23 +0300
commit28b9b06751534938b4d2fb22f78cf98e6c9287ac (patch)
tree7847206d93f554425f9722196e3e698e10699b2f /.azure
parent9e46dafcb8cfba571678f52843cb63f62e0342f3 (diff)
Restored ci.yml from the experimental changes.
Diffstat (limited to '.azure')
-rw-r--r--.azure/pipelines/ci.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml
index db8ea33210..6aa298db30 100644
--- a/.azure/pipelines/ci.yml
+++ b/.azure/pipelines/ci.yml
@@ -293,8 +293,6 @@ stages:
path: artifacts/bin/ANCMv2
- name: Windows_ANCMIISExpress_Msi
path: artifacts/bin/AncmIISExpressV2
- - name: Windows_CompositeImages
- path: artifacts/obj/Composite/Release
# Build Windows ARM
- template: jobs/default-build.yml
@@ -374,8 +372,6 @@ 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
@@ -406,8 +402,6 @@ 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
@@ -455,8 +449,6 @@ 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
@@ -488,8 +480,6 @@ 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
@@ -530,8 +520,6 @@ 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
@@ -567,8 +555,6 @@ 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
@@ -603,8 +589,6 @@ 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
@@ -639,8 +623,6 @@ 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