File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,6 @@ steps:
39
39
}
40
40
]
41
41
42
- - task : PowerShell@2
43
- displayName : ' Check Files'
44
- inputs :
45
- targetType : Inline
46
- script : |
47
- Get-ChildItem -Path $(Build.ArtifactStagingDirectory) -Include *.* -Recurse
48
-
49
42
- task : PowerShell@2
50
43
displayName : ' Delete CodeSignSummary Files'
51
44
condition : and(succeeded(), eq(variables['SignArtifacts'], 'true'))
@@ -54,13 +47,6 @@ steps:
54
47
script : |
55
48
Get-ChildItem -Path $(Build.ArtifactStagingDirectory) -Include CodeSignSummary-*.md -Recurse | Remove-Item -Force
56
49
57
- - task : PowerShell@2
58
- displayName : ' Check Files'
59
- inputs :
60
- targetType : Inline
61
- script : |
62
- Get-ChildItem -Path $(Build.ArtifactStagingDirectory) -Include *.* -Recurse
63
-
64
50
- task : PublishBuildArtifacts@1
65
51
displayName : ' Publish Artifacts'
66
52
inputs :
You can’t perform that action at this time.
0 commit comments