File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,6 @@ 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 *.* -Recurse
48-
4942 - task : PowerShell@2
5043 displayName : ' Delete CodeSignSummary Files'
5144 condition : and(succeeded(), eq(variables['SignArtifacts'], 'true'))
@@ -54,13 +47,6 @@ steps:
5447 script : |
5548 Get-ChildItem -Path $(Build.ArtifactStagingDirectory) -Include CodeSignSummary-*.md -Recurse | Remove-Item -Force
5649
57- - task : PowerShell@2
58- displayName : ' Check Files'
59- inputs :
60- targetType : Inline
61- script : |
62- Get-ChildItem -Path $(Build.ArtifactStagingDirectory) -Include *.* -Recurse
63-
6450 - task : PublishBuildArtifacts@1
6551 displayName : ' Publish Artifacts'
6652 inputs :
You can’t perform that action at this time.
0 commit comments