Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTlakaelel Axayakatl Ceja <tlakaelel.ceja@microsoft.com>2022-10-21 01:16:56 +0300
committerGitHub <noreply@github.com>2022-10-21 01:16:56 +0300
commit9abbff627af1e6093364ad6fc1a39e103824131d (patch)
tree603d64325fe5fb3c5d77f80b4af153573004bf5a
parent0b64f74ec28368d619684f7383b6c238e780ec4c (diff)
Update azure-pipelines.yml (#46)
Delete double source build manage run
-rw-r--r--eng/azure-pipelines.yml18
1 files changed, 0 insertions, 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')