We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5cb6b2 commit c509957Copy full SHA for c509957
1 file changed
templates/t-extend-database-build.yml
@@ -59,6 +59,8 @@ stages:
59
echo "##vso[task.prependpath]${{addpath.path}}"
60
ls -ltr ${{addpath.path}}
61
echo $PATH
62
+
63
+ ls -ltr $(Build.BinariesDirectory)
64
displayName: 'Add To path ${{addpath.path}}'
65
66
- bash: |
0 commit comments