From c944448ae3a3233b1af3ca2c0ba5337c394d5c2f Mon Sep 17 00:00:00 2001 From: Yaroslav Zhmayev Date: Wed, 18 Oct 2023 13:59:50 +0300 Subject: [PATCH] updating dependencies Azure Pipelines --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7c95e5c..d56659d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,7 +16,7 @@ pr: steps: - task: UseDotNet@2 - displayName: 'Install .NET Core 6.0.x SDK' + displayName: 'Install .NET 6.0.x SDK' inputs: packageType: sdk version: '6.0.x' @@ -27,7 +27,7 @@ steps: inputs: command: 'custom' custom: 'tool' - arguments: 'update -g gitversion.tool --version 5.11.*' + arguments: 'update -g gitversion.tool --version 5.12.*' - task: PowerShell@2 displayName: 'Update build number and project version from GitVersion metadata' @@ -36,7 +36,7 @@ steps: - task: NuGetToolInstaller@1 inputs: - versionSpec: '6.4.0' + versionSpec: '6.7.0' - task: DotNetCoreCLI@2 displayName: 'Build the solution'