From 366944041cdd9480e35d24517b02017d0f44e419 Mon Sep 17 00:00:00 2001 From: Arash Sabet Date: Sat, 18 Feb 2023 10:55:00 -0500 Subject: [PATCH] Updated the build pipelines #156 --- 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 ac73368..9997711 100644 --- a/azure-pipeline-PR.yml +++ b/azure-pipeline-PR.yml @@ -17,7 +17,7 @@ steps: displayName: 'Use .NET 7.0 sdk' inputs: packageType: sdk - version: 7.0.100 + version: 7.0.103 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 2e9193c..46d9fc4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,7 +24,7 @@ steps: displayName: 'Use .NET 7.0 sdk' inputs: packageType: sdk - version: 7.0.100 + version: 7.0.103 installationPath: $(Agent.ToolsDirectory)/dotnet - script: echo Started restoring the source code - task: DotNetCoreCLI@2