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 8afe791 commit 03cd66bCopy full SHA for 03cd66b
azure-pipelines.yml
@@ -164,6 +164,11 @@ stages:
164
inputs:
165
contents: '*.nupkg'
166
targetFolder: $(Build.ArtifactStagingDirectory)
167
+ - task: CopyFiles@2
168
+ displayName: Copy SignList
169
+ inputs:
170
+ contents: 'SignList.xml'
171
+ targetFolder: $(Build.ArtifactStagingDirectory)
172
- task: CopyFiles@2
173
displayName: Copy snupkg
174
0 commit comments