From 13a33a3966b364a455aacbdac3e94e25baa2dd79 Mon Sep 17 00:00:00 2001 From: jofleish <jofleish@microsoft.com> Date: Wed, 23 Mar 2022 08:51:20 -0400 Subject: [PATCH] fix authentication input --- scripts/nightly.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/nightly.yaml b/scripts/nightly.yaml index e0b7d1bb7..2bd47f9ba 100644 --- a/scripts/nightly.yaml +++ b/scripts/nightly.yaml @@ -471,7 +471,8 @@ stages: steps: - task: NuGetAuthenticate@0 displayName: 'NuGet Authenticate' - inputs: Z3NightlyNuget + inputs: + nuGetServiceConnections: Z3NightlyNuget - task: NuGetToolInstaller@0 inputs: versionSpec: 5.x