diff --git a/eng/pipelines/templates/steps/auth_dev_feed.yml b/eng/pipelines/templates/steps/auth_dev_feed.yml index ebe4f94ec925..71d9549ed1f3 100644 --- a/eng/pipelines/templates/steps/auth_dev_feed.yml +++ b/eng/pipelines/templates/steps/auth_dev_feed.yml @@ -22,5 +22,5 @@ steps: - task: PipAuthenticate@1 displayName: 'Pip Authenticate to feed: $(DevFeedName)' inputs: -     artifactFeeds: $(DevFeedName) + artifactFeeds: $(DevFeedName) onlyAddExtraIndex: true \ No newline at end of file