diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-11-04 14:32:00 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-04 14:32:00 +0900 |
| commit | ad262fe8a65137b1678508435054be50b053f217 (patch) | |
| tree | 61db0581660e3560e1d88b1373df2772219b2da9 | |
| parent | 8fc16043c7c080afd31f67798b74ccdf62eb583c (diff) | |
| parent | d9ea1ac12d03b2d299c162f9d9d33c840eeb9a78 (diff) | |
Merge pull request #4416 from jellyfin/dkanada-patch-1
Disable compatibility checks until they work again
| -rw-r--r-- | .ci/azure-pipelines-abi.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.ci/azure-pipelines-abi.yml b/.ci/azure-pipelines-abi.yml index 4d38a906e6..b558d2a6f0 100644 --- a/.ci/azure-pipelines-abi.yml +++ b/.ci/azure-pipelines-abi.yml @@ -62,6 +62,7 @@ jobs: - task: DownloadPipelineArtifact@2 displayName: 'Download Reference Assembly Build Artifact' + enabled: false inputs: source: "specific" artifact: "$(NugetPackageName)" @@ -73,6 +74,7 @@ jobs: - task: CopyFiles@2 displayName: 'Copy Reference Assembly Build Artifact' + enabled: false inputs: sourceFolder: $(System.ArtifactsDirectory)/current-artifacts contents: '**/*.dll' @@ -83,6 +85,7 @@ jobs: - task: DotNetCoreCLI@2 displayName: 'Execute ABI Compatibility Check Tool' + enabled: false inputs: command: custom custom: compat |
