Skip to content

Commit

Permalink
Update core-pipeline.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
daalcant committed Sep 28, 2020
1 parent 1df6977 commit 357ce7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipelines/core-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ stages:
- task: ExtractFiles@1
displayName: Extract Artifacts for Signing
inputs:
archiveFilePatterns: '$(Build.BinariesDirectory)\*.zip'
archiveFilePatterns: '$(Build.BinariesDirectory)\Unsigned_Binaries\*.zip'
destinationFolder: '$(Build.BinariesDirectory)'
cleanDestinationFolder: false
- task: AntiMalware@3
Expand Down

0 comments on commit 357ce7e

Please sign in to comment.