From 9104620df887a0c8d8af5c601d7cabd592e82846 Mon Sep 17 00:00:00 2001 From: Denis Tikhomirov <90906678+denis-tikhomirov@users.noreply.github.com> Date: Mon, 28 Feb 2022 09:13:12 +0300 Subject: [PATCH] Updated service connection name for testing --- ci/courtesy-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/courtesy-push.yml b/ci/courtesy-push.yml index f4966316c1bb..5a0fe000c253 100644 --- a/ci/courtesy-push.yml +++ b/ci/courtesy-push.yml @@ -18,7 +18,7 @@ steps: - task: NuGetAuthenticate@0 inputs: - nuGetServiceConnections: 'Codex-Deps' + nuGetServiceConnections: 'Codex-Deps-New' displayName: 'Authenticate with nuget' condition: and(succeeded(), or(eq(variables['WEEK'], '3'), eq(variables['FORCE_COURTESY_PUSH'], 'true')))