Skip to content

Commit

Permalink
Gradle build - publish build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstaheli committed Sep 1, 2018
1 parent 5bba2d6 commit 29b7cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vsts-ci.Gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ steps:

- task: CopyFiles@2
inputs:
contents: '**/*.war'
contents: '**/helloworld*.jar'
targetFolder: '$(build.artifactStagingDirectory)'

- task: PublishBuildArtifacts@1
inputs:
artifactName: 'war'
artifactName: 'jars'
pathToPublish: '$(build.artifactStagingDirectory)'

0 comments on commit 29b7cba

Please sign in to comment.