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.
1 parent c39073a commit b641a30Copy full SHA for b641a30
.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