From 3329fb786dd161de24a5b4df2db82fe963760320 Mon Sep 17 00:00:00 2001 From: scbedd <45376673+scbedd@users.noreply.github.com> Date: Wed, 2 Sep 2020 14:24:59 -0700 Subject: [PATCH] handle non-whitespace character --- eng/pipelines/templates/steps/auth_dev_feed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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