diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f81d3185..65b40396 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,7 +26,7 @@ stages: - task: UseDotNet@2 inputs: packageType: 'sdk' - version: '5.x' + version: '5.0.102' - task: DotNetCoreCLI@2 displayName: 'restore'