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 e15234d commit fdb8c88Copy full SHA for fdb8c88
Build/steps.yml
@@ -109,6 +109,7 @@ steps:
109
SourceFolder: '$(Build.Repository.LocalPath)/Package/Release/Packages'
110
Contents: |
111
**/*.nupkg
112
+ **/*.snupkg
113
**/*.zip
114
TargetFolder: '$(Build.ArtifactStagingDirectory)'
115
condition: and(succeededOrFailed(), eq(variables['system.pullrequest.isfork'], false))
0 commit comments