diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index d3fbbb1..ae32377 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -9,7 +9,7 @@ stages: steps: - task: UseDotNet@2 inputs: - version: "3.0" + version: "3.0.x" packageType: sdk displayName: "Enabling dotnet core sdk 3.0" - script: dotnet tool restore