From 195a029fb85a3577ab396934945d92f47d3810b1 Mon Sep 17 00:00:00 2001 From: "Arash A. Sabet" <26050123+Arash-Sabet@users.noreply.github.com> Date: Wed, 27 Apr 2022 16:44:33 -0400 Subject: [PATCH] Updated the build pipelines #112 --- 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 19cdde4..e07bd74 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.201 + version: 6.0.202 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 c975d26..872440d 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.201 + version: 6.0.202 installationPath: $(Agent.ToolsDirectory)/dotnet - script: echo Started restoring the source code - task: DotNetCoreCLI@2