We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee8b9b5 commit a4fa709Copy full SHA for a4fa709
1 file changed
templates/t-extend-database-build.yml
@@ -55,7 +55,8 @@ stages:
55
- checkout: none
56
- ${{ each addpath in parameters.addToPaths }}:
57
- bash: |
58
- echo "##vso[task.prependpath]${{addpath.path}}"
+ echo "Setting variable ${{addpath.path}}"
59
+ echo "##vso[task.setvariable variable=PATH]${PATH}:${{addpath.path}}"
60
displayName: 'Add To path ${{addpath.path}}'
61
62
- job: CreateDatabase
0 commit comments