Skip to content

Commit a94964b

Browse files
authored
Update template-steps-publish.yaml
1 parent 7f043a1 commit a94964b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

builds/template-steps-publish.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ steps:
3939
}
4040
]
4141
42+
- task: PowerShell@2
43+
displayName: 'Check files'
44+
inputs:
45+
targetType: Inline
46+
script: |
47+
Get-ChildItem -Path $(Build.ArtifactStagingDirectory) -Include *.md -Recurse
48+
4249
- task: DeleteFiles@1
4350
displayName: 'Delete CodeSignSummary files'
4451
condition: and(succeeded(), eq(variables['SignArtifacts'], 'true'))

0 commit comments

Comments
 (0)