Skip to content

Commit df74f95

Browse files
authored
Resolve the failed package lookup (Azure#39264)
* ensure that alpha packages can be resolved from nightly analyze stage
1 parent 67c41ce commit df74f95

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

eng/pipelines/templates/steps/analyze.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ parameters:
66
TestPipeline: false
77
VerifyAutorest: false
88
GenerateApiReviewForManualOnly: false
9+
DevFeedName: 'public/azure-sdk-for-python'
910

1011
# Please use `$(TargetingString)` to refer to the python packages glob string. This variable is set from resolve-package-targeting.yml.
1112
steps:
@@ -19,6 +20,11 @@ steps:
1920
ServiceDirectory: "template"
2021
TestPipeline: ${{ parameters.TestPipeline }}
2122

23+
- ${{if eq(variables['System.TeamProject'], 'internal') }}:
24+
- template: ../steps/auth-dev-feed.yml
25+
parameters:
26+
DevFeedName: ${{ parameters.DevFeedName }}
27+
2228
- task: PythonScript@0
2329
displayName: 'Set Tox Environment Skips'
2430
condition: succeededOrFailed()

0 commit comments

Comments
 (0)