Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit e9cda8e

Browse files
committed
try to get conditional to work 8
1 parent 1ffe95c commit e9cda8e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

azure/posix.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
${{ insert }}: ${{ parameters.matrix }}
21+
AZURE_PYTHON_VERSION: ${{ coalesce ( parameters.AZURE_PYTHON_VERSION, parameters.MB_PYTHON_VERSION ) }}
2122

2223
steps:
2324
- checkout: self
@@ -27,10 +28,7 @@ jobs:
2728
set -ex
2829
echo MB_PYTHON_VERSION $MB_PYTHON_VERSION
2930
echo AZURE_PYTHON_VERSION $AZURE_PYTHON_VERSION
30-
AZURE_PYTHON_VERSION=${AZURE_PYTHON_VERSION:-$MB_PYTHON_VERSION}
31-
echo now AZURE_PYTHON_VERSION $AZURE_PYTHON_VERSION
32-
echo "##vso[task.setvariable variable=AZURE_PYTHON_VERSION]$AZURE_PYTHON_VERSION"
33-
displayName: Set AZURE_PYTHON_VERSION
31+
displayName: Debug stuff
3432
3533
- task: UsePythonVersion@0
3634
inputs:

0 commit comments

Comments
 (0)