Переглянути джерело

manually disable compatibility check

dkanada 5 роки тому
батько
коміт
d599124508
1 змінених файлів з 3 додано та 1 видалено
  1. 3 1
      .ci/azure-pipelines.yml

+ 3 - 1
.ci/azure-pipelines.yml

@@ -235,7 +235,9 @@ jobs:
     pool:
     pool:
       vmImage: ubuntu-latest
       vmImage: ubuntu-latest
     dependsOn: main_build
     dependsOn: main_build
-    condition: and(succeeded(), variables['System.PullRequest.PullRequestNumber']) # Only execute if the pullrequest numer is defined. (So not for normal CI builds)
+    # disabled until ABI is expected to remain unchanged
+    # only execute for pull requests
+    condition: and(eq(1, 2), succeeded(), variables['System.PullRequest.PullRequestNumber'])
     strategy:
     strategy:
       matrix:
       matrix:
         Naming:
         Naming: