From 48211b0862a2b1d475f97dcd952f0836cce320d3 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Tue, 4 May 2021 16:17:02 -0500 Subject: [PATCH] enable source-build CI (#10499) --- .vsts-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 6fe393a60..95a18d7a9 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -339,6 +339,12 @@ stages: # Never run tests on arm64 _TestArg: '' + - template: /eng/common/templates/job/source-build.yml + parameters: + platform: + name: 'Managed' + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-3e800f1-20190501005343' + # https://github.com/dotnet/core-sdk/issues/248 # - template: /eng/build.yml # parameters: