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