Browse Source

Fix tool extraction search pattern.

Erwin de Haan 6 years ago
parent
commit
5238ba5d8f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .azure/azure-pipelines.yml

+ 1 - 1
.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