Skip to content

Commit

Permalink
Update dependency CopyFiles to v2.209.0 (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614 renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 12, 2022
1 parent 4880ef8 commit 85cc26d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 41,17 @@ steps:

# - task: SonarQubeAnalyze@4
# If needed will need configuring
- task: CopyFiles@2
- task: CopyFiles@2.209.0
inputs:
contents: '**/target/*.zip'
targetFolder: $(Build.ArtifactStagingDirectory)

- task: CopyFiles@2
- task: CopyFiles@2.209.0
inputs:
contents: '**/target/*.hpi'
targetFolder: $(Build.ArtifactStagingDirectory)

- task: CopyFiles@2
- task: CopyFiles@2.209.0
inputs:
contents: '**/target/devops-framework-core.jar'
targetFolder: $(Build.ArtifactStagingDirectory)
Expand Down

0 comments on commit 85cc26d

Please sign in to comment.