We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c39073a + b641a30 commit 565bc65Copy full SHA for 565bc65
.azure-pipelines/templates/build/publish-artifacts.yml
@@ -1,5 +1,6 @@
1
steps:
2
- task: CopyFiles@2
3
+ condition: ne(variables['Build.Reason'], 'PullRequest')
4
inputs:
5
SourceFolder: '$(system.defaultworkingdirectory)'
6
Contents: |
@@ -16,5 +17,6 @@ steps:
16
17
TargetFolder: '$(build.artifactstagingdirectory)/'
18
19
- publish: $(Build.ArtifactStagingDirectory)
20
21
artifact: Drop
22
displayName: Publish Build Artifact
0 commit comments