We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8ef74a + f9a020a commit a968be2Copy full SHA for a968be2
azure/cleanup-ecs-pr-proxies.yml
@@ -65,6 +65,8 @@ jobs:
65
PATCH=$(curl -fsSL https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json \
66
| jq -r --arg pyversion "$pyversion" '[ .[] | select(.stable == true) | .version
67
| select(test("^" + ($pyversion|gsub("\\.";"\\.")) + "\\.\\d+$")) | split(".") | map(tonumber)] | max | join(".")')
68
+
69
+ echo "##vso[task.setvariable variable=PY_VER]$PATCH"
70
echo "Resolved latest python version: $PATCH"
71
echo "##vso[task.setvariable variable=LD_LIBRARY_PATH;]/agent/_work/_tool/Python/${PATCH}/x64/lib/"
72
displayName: 'Query and set python tool cache path'
0 commit comments