From 9abbff627af1e6093364ad6fc1a39e103824131d Mon Sep 17 00:00:00 2001 From: Tlakaelel Axayakatl Ceja Date: Thu, 20 Oct 2022 15:16:56 -0700 Subject: Update azure-pipelines.yml (#46) Delete double source build manage run --- eng/azure-pipelines.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/eng/azure-pipelines.yml b/eng/azure-pipelines.yml index e826b9f..f3d6ea2 100644 --- a/eng/azure-pipelines.yml +++ b/eng/azure-pipelines.yml @@ -80,24 +80,6 @@ stages: ${{ if eq(variables.officialBuild, 'true') }}: displayName: Build and publish Mono.Cecil.sln $(_BuildConfig) - - job: SourceBuild_Managed - displayName: Source-Build (Managed) - pool: - ${{ if eq(variables.officialBuild, 'false' )}}: - vmImage: ubuntu-latest - ${{ if eq(variables.officialBuild, 'true' )}}: - name: NetCore1ESPool-Internal - demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 - container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-3e800f1-20190501005343' - workspace: - clean: all - steps: - - checkout: self - submodules: false - - template: /eng/common/templates/steps/source-build.yml - parameters: - enablePublishTestResults: true - - ${{ if eq(variables.officialBuild, 'false') }}: - job: Linux condition: eq(variables.officialBuild, 'false') -- cgit v1.2.3