File tree Expand file tree Collapse file tree
eng/pipelines/templates/stages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ extends:
3636 - 1ES.PT.Tag-refs/tags/canary
3737 settings :
3838 skipBuildTagsForGitHubPullRequests : true
39- networkIsolationPolicy : Permissive
39+ networkIsolationPolicy : Permissive, CFSClean
4040 ${{ if ne(variables['Build.DefinitionName'], 'python - core') }} :
4141 featureFlags :
4242 autoBaseline : false
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ parameters:
22 - name : ServiceDirectory
33 type : string
44 default : ' '
5+ - name : DevFeedName
6+ type : string
7+ default : ' public/azure-sdk-for-python'
58 - name : BuildTargetingString
69 type : string
710 default : ' azure-*'
@@ -29,6 +32,13 @@ stages:
2932 displayName : ' Use Python 3.10'
3033 inputs :
3134 versionSpec : ' 3.10'
35+
36+ # Authenticate pip to the configured Azure DevOps feed before installs.
37+ - template : /eng/pipelines/templates/steps/auth-dev-feed.yml
38+ parameters :
39+ DevFeedName : ${{ parameters.DevFeedName }}
40+ EnableTwineAuth : false
41+
3242 - script : |
3343 python -m pip install -r eng/ci_tools.txt
3444 displayName: 'Prep Environment'
You can’t perform that action at this time.
0 commit comments