File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,6 @@ stages:
4646 parameters :
4747 stageID : ' build'
4848 - template : templates/build/build-and-coverage.yml
49- - job : Publish
50- condition : ne(variables['Build.Reason'], 'PullRequest')
51- steps :
5249 - template : templates/build/publish-artefacts.yml
5350
5451- stage : Maven_Preview
Original file line number Diff line number Diff line change 11steps :
22- task : CopyFiles@2
3+ condition : ne(variables['Build.Reason'], 'PullRequest')
34 inputs :
45 SourceFolder : ' $(System.DefaultWorkingDirectory)'
56 Contents : |
1617 TargetFolder : ' $(Build.ArtifactStagingDirectory)/'
1718
1819- publish : $(Build.ArtifactStagingDirectory)
20+ condition : ne(variables['Build.Reason'], 'PullRequest')
1921 artifact : Drop
2022 displayName : Publish Build Artifact
You can’t perform that action at this time.
0 commit comments