Merge pull request #1218 from EraYaN/disable-azure-ci-compatcheck

Disable dotnet_compat part of pipeline
This commit is contained in:
Bond-009 2019-04-09 07:45:15 +02:00 committed by GitHub
commit dcae3daf43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: