From 77eaf82aaa12b995dcb0ea6bea092d44ef8d2199 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 10 Dec 2019 13:52:39 +0800 Subject: Migrate to DotNetCore 3.1 . --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6db48bb6..14f8a670 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,7 +17,7 @@ stages: - task: UseDotNet@2 inputs: packageType: sdk - version: 3.0.x + version: 3.1.x - script: | dotnet restore Timeline/Timeline.csproj --configfile nuget.config @@ -55,7 +55,7 @@ stages: - task: UseDotNet@2 inputs: packageType: sdk - version: 3.0.x + version: 3.1.x - script: dotnet publish Timeline/Timeline.csproj --configuration $(buildConfiguration) --output ./Timeline/publish/ displayName: Dotnet Publish -- cgit v1.2.3