From bb5f5689a02c6b7ac06a4c067c3d7392567ab20b Mon Sep 17 00:00:00 2001 From: Ryan Newington Date: Thu, 2 Feb 2023 07:32:06 +1100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a864e4b..4f8d1dd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -159,7 +159,9 @@ stages: deploy: steps: - checkout: self - + - task: NuGetToolInstaller@1 + inputs: + versionSpec: '>=4.9.0-0' - task: NuGetCommand@2 displayName: 'Publish nuget package to public feed' inputs: