diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-04-09 00:43:25 +0200 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-04-09 00:43:25 +0200 |
| commit | 7b4e16bb8ffaa95619a5be0f231e163da6747665 (patch) | |
| tree | 643684ffc70a5a66688706af323af987d0b85a39 | |
| parent | 79d9b8e693e4c53a56f610482f5f36f7a58f39f7 (diff) | |
Disabled 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: |
