From fb76acfb35568b3f9c64b12c410e9cb6691e8b27 Mon Sep 17 00:00:00 2001 From: "Arash A. Sabet" <26050123+Arash-Sabet@users.noreply.github.com> Date: Mon, 17 Oct 2022 18:52:44 -0400 Subject: [PATCH] Upgraded the build pipelines' SDK to version 6.0.402 #128 --- azure-pipeline-PR.yml | 2 +- azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipeline-PR.yml b/azure-pipeline-PR.yml index cd166cb..e4eb4dc 100644 --- a/azure-pipeline-PR.yml +++ b/azure-pipeline-PR.yml @@ -17,7 +17,7 @@ steps: displayName: 'Use .NET 6.0 sdk' inputs: packageType: sdk - version: 6.0.401 + version: 6.0.402 installationPath: $(Agent.ToolsDirectory)/dotnet - script: echo Started restoring the source code - task: DotNetCoreCLI@2 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 20ff5f9..03d4f28 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,7 +19,7 @@ steps: displayName: 'Use .NET 6.0 sdk' inputs: packageType: sdk - version: 6.0.401 + version: 6.0.402 installationPath: $(Agent.ToolsDirectory)/dotnet - script: echo Started restoring the source code - task: DotNetCoreCLI@2