We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c509957 commit fa891b0Copy full SHA for fa891b0
1 file changed
templates/t-extend-download-binaries.yml
@@ -45,4 +45,6 @@ stages:
45
- ${{ if coalesce(package.clean,true) }}:
46
- bash: |
47
rm -rf ${{package.download_location}}
48
+
49
+ ls -ltr $(Build.BinariesDirectory)
50
displayName: 'Clean ${{package.name}}'
0 commit comments