From 982cf615dcb95539b3e5398fc4fb20146916c5c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Wed, 10 Jan 2024 11:12:17 +0100 Subject: [PATCH] Move to non-deprecated NuGetAuthenticate@1 task --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 71600d0042..16f1a7d6e8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -211,7 +211,7 @@ stages: runOnce: deploy: steps: - - task: NuGetAuthenticate@0 + - task: NuGetAuthenticate@1 displayName: 'NuGet Authenticate' - task: NuGetCommand@2