From 00b51d8f8a6483c3505c6c353a1b083d318bc076 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 30 Aug 2024 14:23:45 -0400 Subject: [PATCH] ci: upgrades outdated task Signed-off-by: Vincent Biret --- .azure-pipelines/ci-build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines/ci-build.yml b/.azure-pipelines/ci-build.yml index 701025b..45d360f 100644 --- a/.azure-pipelines/ci-build.yml +++ b/.azure-pipelines/ci-build.yml @@ -68,7 +68,7 @@ extends: - task: NuGetToolInstaller@1 displayName: 'Install Nuget dependency manager' inputs: - versionSpec: '>=5.2.0' + versionSpec: '>=6.11.0' checkLatest: true # Build the Product project @@ -246,10 +246,10 @@ extends: vmImage: ubuntu-latest steps: # Install the nuget tool. - - task: NuGetToolInstaller@0 - displayName: 'Use NuGet >=5.2.0' + - task: NuGetToolInstaller@1 + displayName: 'Use NuGet >=6.11.0' inputs: - versionSpec: '>=5.2.0' + versionSpec: '>=6.11.0' checkLatest: true - task: DownloadPipelineArtifact@2 displayName: Download nupkg from artifacts