Skip to content

Commit de3b137

Browse files
committed
release: cleanup CodeSignSummary.md files from Windows zips
Remove the cruft code signing summary file from the Windows payload zips. There's nothing interesting in this file anyway. Signed-off-by: Matthew John Cheetham <mjcheetham@outlook.com>
1 parent 595b120 commit de3b137

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.azure-pipelines/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,12 @@ extends:
197197
"Parameters": {}
198198
}
199199
]
200+
- task: PowerShell@2
201+
displayName: 'Clean up code signing artifacts'
202+
inputs:
203+
targetType: inline
204+
script: |
205+
Remove-Item "$(Build.ArtifactStagingDirectory)\payload\CodeSignSummary-*.md"
200206
- task: PowerShell@2
201207
displayName: 'Build installers'
202208
inputs:

0 commit comments

Comments
 (0)