Re-enable compat checks.

This commit is contained in:
Erwin de Haan 2020-01-05 19:25:33 +01:00 committed by GitHub
parent 2ca7200a05
commit 65f65db8b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -235,9 +235,8 @@ jobs:
pool:
vmImage: ubuntu-latest
dependsOn: main_build
# disabled until ABI is expected to remain unchanged
# only execute for pull requests
condition: and(eq(1, 2), succeeded(), variables['System.PullRequest.PullRequestNumber'])
condition: and(succeeded(), variables['System.PullRequest.PullRequestNumber'])
strategy:
matrix:
Naming: