Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
javahometech committed Feb 6, 2020
1 parent de94395 commit 3cab242
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@ steps:

- task: PublishBuildArtifacts@1
displayName: 'Publish Artifact: myweb'
inputs:
targetPath: '$(Pipeline.Workspace)'
artifactName: "myweb.war"
condition: succeeded()

- task: DownloadPipelineArtifact@2
inputs:
buildType: current
artifact: 'myweb-0.0.7-SNAPSHOT.war'
artifact: 'myweb.war'


0 comments on commit 3cab242

Please sign in to comment.