From 907f244ed84ea3d9647fac571eccf1dac7b04b19 Mon Sep 17 00:00:00 2001 From: Adam Smith Date: Wed, 31 Mar 2021 01:21:37 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6a9684e..7cf606a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,6 +15,9 @@ variables: buildConfiguration: 'Release' steps: +- task: NuGetAuthenticate@0 + inputs: + nuGetServiceConnections: 'Ratermania' - task: NuGetToolInstaller@1 - task: NuGetCommand@2