diff options
| author | Bond-009 <bond.009@outlook.com> | 2019-04-09 07:45:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-09 07:45:15 +0200 |
| commit | dcae3daf43065330ce807fcd920095bbd12a4213 (patch) | |
| tree | 66cae477ce9f4ead2b757ea167ee45ff8a465af9 | |
| parent | 941ee53e7a406c7343a20859ffe486c008046985 (diff) | |
| parent | 7b4e16bb8ffaa95619a5be0f231e163da6747665 (diff) | |
Merge pull request #1218 from EraYaN/disable-azure-ci-compatcheck
Disable dotnet_compat part of pipeline
| -rw-r--r-- | .ci/azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index 7a92d4088..b3389caba 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -99,7 +99,7 @@ jobs: pool: vmImage: ubuntu-16.04 dependsOn: main_build - condition: and(succeeded(), variables['System.PullRequest.PullRequestNumber']) # Only execute if the pullrequest numer is defined. (So not for normal CI builds) + condition: false #and(succeeded(), variables['System.PullRequest.PullRequestNumber']) # Only execute if the pullrequest numer is defined. (So not for normal CI builds) strategy: matrix: Naming: |
