We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c718ae commit d3c2984Copy full SHA for d3c2984
1 file changed
eng/templates/build.yml
@@ -17,6 +17,13 @@ jobs:
17
versionSpec: "3.12"
18
addToPath: true
19
20
+ # The 1ES pool is network-isolated, so direct pypi.org access is blocked.
21
+ # Authenticate pip to an ADO Artifacts feed that proxies PyPI as upstream.
22
+ - task: PipAuthenticate@1
23
+ displayName: "Pip Authenticate"
24
+ inputs:
25
+ artifactFeeds: "internal/PythonSDK_Internal_PublicPackages"
26
+
27
# Install build + lint tooling
28
- script: |
29
python -m pip install --upgrade pip
0 commit comments