Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Nov 24, 2019
1 parent 6957eed commit 4fb7e09
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,12 @@ stages:
- task: CopyFiles@2
inputs:
SourceFolder: 'target'
Contents: |
'*-runner.jar'
'lib/**'
Contents: '*-runner.jar'
TargetFolder: '$(Build.BinariesDirectory)'
- task: CopyFiles@2
inputs:
SourceFolder: 'target'
Contents: 'lib/**'
TargetFolder: '$(Build.BinariesDirectory)'
- task: ArchiveFiles@2
inputs:
Expand Down

0 comments on commit 4fb7e09

Please sign in to comment.