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 dc4231d commit 583c770Copy full SHA for 583c770
builds/template-steps-publish.yaml
@@ -52,8 +52,8 @@ steps:
52
- task: PublishBuildArtifacts@1
53
displayName: 'Publish Artifacts'
54
inputs:
55
- pathToPublish: '$(Build.ArtifactStagingDirectory)/*.nupkg'
56
- artifactName: drop/$(Version)
+ pathToPublish: '$(Build.ArtifactStagingDirectory)/*.*'
+ artifactName: drop
57
publishLocation: Container
58
59
# - task: AzureFileCopy@4
0 commit comments