diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2020-06-10 14:09:34 +0200 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2020-06-10 14:09:34 +0200 |
| commit | 427632611af260fc7815d54fa5f8f6e1cc87b7c2 (patch) | |
| tree | 3dff908296cdd83ad1a15aa88031c978cccb286b | |
| parent | 4c9216012bb80d4913ac081c36611202af6037e2 (diff) | |
Remove extract task.
| -rw-r--r-- | .ci/azure-pipelines-abi.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.ci/azure-pipelines-abi.yml b/.ci/azure-pipelines-abi.yml index 08dd6aca1..635aa759c 100644 --- a/.ci/azure-pipelines-abi.yml +++ b/.ci/azure-pipelines-abi.yml @@ -79,13 +79,6 @@ jobs: overWrite: true flattenFolders: true - - task: ExtractFiles@1 - displayName: "Extract ABI Compatibility Check Tool" - inputs: - archiveFilePatterns: "$(System.ArtifactsDirectory)/*-ci.zip" - destinationFolder: $(System.ArtifactsDirectory)/tools - cleanDestinationFolder: true - # The `--warnings-only` switch will swallow the return code and not emit any errors. - task: DotNetCoreCLI@2 displayName: 'Execute ABI Compatibility Check Tool' |
