diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2020-08-10 12:26:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-10 12:26:25 +0200 |
| commit | 900101de62ee299af1219d09a6874d6aeef6c592 (patch) | |
| tree | 82973a375fe357eeec80998707e9b7213ed3be4c | |
| parent | 47cb4a1547d019a6a2aa19ae121d9ee259efbbaa (diff) | |
Re-enable the ABI checks.
| -rw-r--r-- | .ci/azure-pipelines-abi.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.ci/azure-pipelines-abi.yml b/.ci/azure-pipelines-abi.yml index b558d2a6f..4d38a906e 100644 --- a/.ci/azure-pipelines-abi.yml +++ b/.ci/azure-pipelines-abi.yml @@ -62,7 +62,6 @@ jobs: - task: DownloadPipelineArtifact@2 displayName: 'Download Reference Assembly Build Artifact' - enabled: false inputs: source: "specific" artifact: "$(NugetPackageName)" @@ -74,7 +73,6 @@ jobs: - task: CopyFiles@2 displayName: 'Copy Reference Assembly Build Artifact' - enabled: false inputs: sourceFolder: $(System.ArtifactsDirectory)/current-artifacts contents: '**/*.dll' @@ -85,7 +83,6 @@ jobs: - task: DotNetCoreCLI@2 displayName: 'Execute ABI Compatibility Check Tool' - enabled: false inputs: command: custom custom: compat |
