From 189ea88d04ecfc2e30c5483f42d85f5d97c62621 Mon Sep 17 00:00:00 2001 From: gnzlbg <gonzalobg88@gmail.com> Date: Sun, 7 Jul 2019 15:25:02 +0200 Subject: [PATCH] Temporarily skip the Semver jobs --- azure-pipelines.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 00878c75..a603aae8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -98,23 +98,23 @@ jobs: - script: sh ci/dox.sh displayName: Generate and upload documentation - - job: SemverLinux - continueOnError: true - pool: - vmImage: ubuntu-16.04 - steps: - - template: ci/azure-install-rust.yml - - script: sh ci/semver.sh linux - displayName: Check breaking changes + #- job: SemverLinux + # continueOnError: true + # pool: + # vmImage: ubuntu-16.04 + # steps: + # - template: ci/azure-install-rust.yml + # - script: sh ci/semver.sh linux + # displayName: Check breaking changes - - job: SemverOSX - continueOnError: true - pool: - vmImage: macos-10.14 - steps: - - template: ci/azure-install-rust.yml - - script: sh ci/semver.sh osx - displayName: Check breaking changes + #- job: SemverOSX + # continueOnError: true + # pool: + # vmImage: macos-10.14 + # steps: + # - template: ci/azure-install-rust.yml + # - script: sh ci/semver.sh osx + # displayName: Check breaking changes - job: BuildChannelsLinux pool: -- GitLab