File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2424
2525 - bash : |
2626 echo "Checking the python version in use to set LD_LIBRARY_PATH"
27- echo "Python version selected: $(PythonVersion)"
28- echo "Python location: $(pythonLocation)"
29- echo "##vso[task.setvariable variable=LD_LIBRARY_PATH]$(pythonLocation)/lib"
27+ echo "Python version selected: $(UsePy. PythonVersion)"
28+ echo "Python location: $(UsePy. pythonLocation)"
29+ echo "##vso[task.setvariable variable=LD_LIBRARY_PATH]$(UsePy. pythonLocation)/lib"
3030 displayName: 'Set LD_LIBRARY_PATH'
3131
3232
Original file line number Diff line number Diff line change @@ -164,9 +164,9 @@ jobs:
164164
165165 - bash : |
166166 echo "Checking the python version in use to set LD_LIBRARY_PATH"
167- echo "Python version selected: $(PythonVersion)"
168- echo "Python location: $(pythonLocation)"
169- echo "##vso[task.setvariable variable=LD_LIBRARY_PATH]$(pythonLocation)/lib"
167+ echo "Python version selected: $(UsePy. PythonVersion)"
168+ echo "Python location: $(UsePy. pythonLocation)"
169+ echo "##vso[task.setvariable variable=LD_LIBRARY_PATH]$(UsePy. pythonLocation)/lib"
170170 displayName: 'Set LD_LIBRARY_PATH'
171171
172172
Original file line number Diff line number Diff line change 5050
5151 - bash : |
5252 echo "Checking the python version in use to set LD_LIBRARY_PATH"
53- echo "Python version selected: $(PythonVersion)"
54- echo "Python location: $(pythonLocation)"
55- echo "##vso[task.setvariable variable=LD_LIBRARY_PATH]$(pythonLocation)/lib"
53+ echo "Python version selected: $(UsePy. PythonVersion)"
54+ echo "Python location: $(UsePy. pythonLocation)"
55+ echo "##vso[task.setvariable variable=LD_LIBRARY_PATH]$(UsePy. pythonLocation)/lib"
5656 displayName: 'Set LD_LIBRARY_PATH'
5757
5858 - bash : |
You can’t perform that action at this time.
0 commit comments