Skip to content

Commit b5cb6b2

Browse files
committed
Adding database build task
1 parent c5eba44 commit b5cb6b2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

templates/t-extend-database-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ stages:
5757
- bash: |
5858
echo "Setting variable ${{addpath.path}}"
5959
echo "##vso[task.prependpath]${{addpath.path}}"
60+
ls -ltr ${{addpath.path}}
61+
echo $PATH
6062
displayName: 'Add To path ${{addpath.path}}'
6163
6264
- bash: |

0 commit comments

Comments
 (0)