We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45dad9d commit d9c7544Copy full SHA for d9c7544
1 file changed
templates/t-extend-download-binaries.yml
@@ -35,11 +35,12 @@ jobs:
35
echo Unzipping to ${{package.unpack_location}}
36
unzip -qq -d ${{package.unpack_location}} ${{package.download_location}}
37
chmod -R u+x ${{package.unpack_location}}
38
+
39
+ ls -ltr ${{package.download_location}}
40
41
displayName: 'Unzip ${{package.name}}'
42
43
- ${{ if coalesce(package.clean,true) }}:
44
- bash: |
45
rm -rf ${{package.download_location}}
-
- ls -ltr $(Build.BinariesDirectory)
46
displayName: 'Clean ${{package.name}}'
0 commit comments