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