We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288cc91 commit cdbc9b4Copy full SHA for cdbc9b4
builds/template-steps-publish.yaml
@@ -52,6 +52,13 @@ steps:
52
inputs:
53
contents: '$(Build.ArtifactStagingDirectory)/CodeSignSummary-*.md'
54
55
+- task: PowerShell@2
56
+ displayName: 'Check Files'
57
+ inputs:
58
+ targetType: Inline
59
+ script: |
60
+ Get-ChildItem -Path $(Build.ArtifactStagingDirectory) -Include *.* -Recurse
61
+
62
- task: PublishBuildArtifacts@1
63
displayName: 'Publish Artifacts'
64
0 commit comments