From 89a0f6abb393b0ba554973ff328fadf5623444c5 Mon Sep 17 00:00:00 2001 From: itn3000 Date: Thu, 31 Oct 2019 18:04:11 +0900 Subject: [PATCH] set approdotnet sdk version(3.0.x) --- azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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