Skip to content

Commit

Permalink
Resolve the failed package lookup (#39264)
Browse files Browse the repository at this point in the history
* ensure that alpha packages can be resolved from nightly analyze stage
  • Loading branch information
scbedd authored Jan 18, 2025
1 parent 67c41ce commit df74f95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions eng/pipelines/templates/steps/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ parameters:
TestPipeline: false
VerifyAutorest: false
GenerateApiReviewForManualOnly: false
DevFeedName: 'public/azure-sdk-for-python'

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

- ${{if eq(variables['System.TeamProject'], 'internal') }}:
- template: ../steps/auth-dev-feed.yml
parameters:
DevFeedName: ${{ parameters.DevFeedName }}

- task: PythonScript@0
displayName: 'Set Tox Environment Skips'
condition: succeededOrFailed()
Expand Down

0 comments on commit df74f95

Please # to comment.