File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,17 +40,17 @@ steps:
4040 ]
4141
4242 - task : PowerShell@2
43- displayName : ' Check files '
43+ displayName : ' Check Files '
4444 inputs :
4545 targetType : Inline
4646 script : |
47- Get-ChildItem -Path $(Build.ArtifactStagingDirectory) -Include *.md -Recurse
47+ Get-ChildItem -Path $(Build.ArtifactStagingDirectory) -Include *.* -Recurse
4848
4949 - task : DeleteFiles@1
50- displayName : ' Delete CodeSignSummary files '
50+ displayName : ' Delete CodeSignSummary Files '
5151 condition : and(succeeded(), eq(variables['SignArtifacts'], 'true'))
5252 inputs :
53- contents : ' $(Build.ArtifactStagingDirectory)/**/ CodeSignSummary-*.md'
53+ contents : ' $(Build.ArtifactStagingDirectory)\**\ CodeSignSummary-*.md'
5454
5555- task : PublishBuildArtifacts@1
5656 displayName : ' Publish Artifacts'
You can’t perform that action at this time.
0 commit comments