Skip to content

Commit fa891b0

Browse files
committed
Adding database build task
1 parent c509957 commit fa891b0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

templates/t-extend-download-binaries.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,6 @@ stages:
4545
- ${{ if coalesce(package.clean,true) }}:
4646
- bash: |
4747
rm -rf ${{package.download_location}}
48+
49+
ls -ltr $(Build.BinariesDirectory)
4850
displayName: 'Clean ${{package.name}}'

0 commit comments

Comments
 (0)