You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"loc.input.help.versionSpec": "Version range or exact version of a Python version to use.",
8
9
"loc.input.label.addToPath": "Add to PATH",
9
10
"loc.input.help.addToPath": "Whether to prepend the retrieved Python version to the PATH environment variable to make it available in subsequent tasks or scripts without using the output variable.",
11
+
"loc.input.label.architecture": "Architecture",
12
+
"loc.input.help.architecture": "The target architecture (x86, x64) of the Python interpreter.",
"helpMarkDown": "Whether to prepend the retrieved Python version to the PATH environment variable to make it available in subsequent tasks or scripts without using the output variable."
44
+
},
45
+
{
46
+
"name": "architecture",
47
+
"type": "pickList",
48
+
"label": "Architecture",
49
+
"defaultValue": "x64",
50
+
"required": true,
51
+
"helpMarkDown": "The target architecture (x86, x64) of the Python interpreter.",
// On Linux and macOS, tools cache should be set up so that each Python version has its own "bin" directory.
83
+
// We do this so that the tool cache can just be dropped on an agent with minimal installation (no copying to /usr/local).
84
+
// This allows us side-by-side the same minor version of Python with different patch versions or architectures (since Python uses /usr/local/lib/python3.6, etc.).
0 commit comments