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