diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-11-03 23:18:30 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-03 23:18:30 +0900 |
| commit | 25f93a9af4ee3caa3bbb42996e5c65f0c3adb1de (patch) | |
| tree | 6a582f1044695c0d12333bc6d20592fdf1a42987 | |
| parent | 8fc16043c7c080afd31f67798b74ccdf62eb583c (diff) | |
disable compatibility checks until they work again
| -rw-r--r-- | .ci/azure-pipelines-abi.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/azure-pipelines-abi.yml b/.ci/azure-pipelines-abi.yml index 4d38a906e..52abdd0ea 100644 --- a/.ci/azure-pipelines-abi.yml +++ b/.ci/azure-pipelines-abi.yml @@ -83,6 +83,7 @@ jobs: - task: DotNetCoreCLI@2 displayName: 'Execute ABI Compatibility Check Tool' + enabled: false inputs: command: custom custom: compat |
