We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785aeb3 commit 587f0bdCopy full SHA for 587f0bd
.azure/pipelines/ci.yml
@@ -625,6 +625,14 @@ stages:
625
- name: Linux_musl_arm64_Packages
626
path: artifacts/packages/
627
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
+
636
- ${{ if ne(variables['PostBuildSign'], 'true') }}:
637
- template: jobs/codesign-xplat.yml
638
parameters:
0 commit comments