From e8421373850042cbea0a901d7356d04903bd1a38 Mon Sep 17 00:00:00 2001 From: ta264 Date: Mon, 20 Sep 2021 19:33:43 +0100 Subject: [PATCH] Fix backend analyze --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a386c9ca2..a6a4d86a0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -811,6 +811,10 @@ stages: displayName: 'Install .net core 2.1' inputs: version: 2.1.815 + - task: UseDotNet@2 + displayName: 'Install .net core 3.1' + inputs: + version: 3.1.413 - task: UseDotNet@2 displayName: 'Install .net core 5.0' inputs: