Skip to content

Commit 587f0bd

Browse files
MichaelSimonsJohn Luo
authored andcommitted
Add source-build ci leg
1 parent 785aeb3 commit 587f0bd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.azure/pipelines/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,14 @@ stages:
625625
- name: Linux_musl_arm64_Packages
626626
path: artifacts/packages/
627627

628+
# Build Linux X64 source-build
629+
- template: /eng/common/templates/job/source-build.yml
630+
parameters:
631+
platform:
632+
name: 'Managed'
633+
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-f39df28-20191023143754'
634+
buildScript: './eng/build.sh'
635+
628636
- ${{ if ne(variables['PostBuildSign'], 'true') }}:
629637
- template: jobs/codesign-xplat.yml
630638
parameters:

0 commit comments

Comments
 (0)