diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-02-19 03:07:44 +0100 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-02-19 03:07:44 +0100 |
| commit | 5238ba5d8f4987d0ccf79bf3f0fa065a31fead08 (patch) | |
| tree | 9e705d97ab907eda8b8ba1e17842f31752dc84ed | |
| parent | 6b1a64652fcbf087cca6a1c1817189d852797937 (diff) | |
Fix tool extraction search pattern.
| -rw-r--r-- | .azure/azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure/azure-pipelines.yml b/.azure/azure-pipelines.yml index 3e133290c..dcf69e231 100644 --- a/.azure/azure-pipelines.yml +++ b/.azure/azure-pipelines.yml @@ -167,7 +167,7 @@ jobs: - task: ExtractFiles@1 displayName: Extract ABI compatibility check tool inputs: - archiveFilePatterns: '*-ci.zip' + archiveFilePatterns: '$(System.ArtifactsDirectory)/*-ci.zip' destinationFolder: $(System.ArtifactsDirectory)/tools cleanDestinationFolder: true |
