Skip to content

Commit 03cd66b

Browse files
committed
Archive the SignList.xml
1 parent 8afe791 commit 03cd66b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,11 @@ stages:
164164
inputs:
165165
contents: '*.nupkg'
166166
targetFolder: $(Build.ArtifactStagingDirectory)
167+
- task: CopyFiles@2
168+
displayName: Copy SignList
169+
inputs:
170+
contents: 'SignList.xml'
171+
targetFolder: $(Build.ArtifactStagingDirectory)
167172
- task: CopyFiles@2
168173
displayName: Copy snupkg
169174
inputs:

0 commit comments

Comments
 (0)