File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
eng/pipelines/templates/steps Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ parameters:
6
6
TestPipeline : false
7
7
VerifyAutorest : false
8
8
GenerateApiReviewForManualOnly : false
9
+ DevFeedName : ' public/azure-sdk-for-python'
9
10
10
11
# Please use `$(TargetingString)` to refer to the python packages glob string. This variable is set from resolve-package-targeting.yml.
11
12
steps :
@@ -19,6 +20,11 @@ steps:
19
20
ServiceDirectory : " template"
20
21
TestPipeline : ${{ parameters.TestPipeline }}
21
22
23
+ - ${{if eq(variables['System.TeamProject'], 'internal') }} :
24
+ - template : ../steps/auth-dev-feed.yml
25
+ parameters :
26
+ DevFeedName : ${{ parameters.DevFeedName }}
27
+
22
28
- task : PythonScript@0
23
29
displayName : ' Set Tox Environment Skips'
24
30
condition : succeededOrFailed()
You can’t perform that action at this time.
0 commit comments