From ee612ce0348dade84abf5d196fc641c05ed366ff Mon Sep 17 00:00:00 2001 From: 杨宇千 Date: Thu, 17 Oct 2019 14:05:03 +0800 Subject: Update CI. --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6078b1ff..e696b6a9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,6 +7,7 @@ stages: jobs: - job: build + displayName: Build Debug and Test pool: vmImage: 'ubuntu-18.04' variables: @@ -16,7 +17,7 @@ stages: - task: UseDotNet@2 inputs: packageType: sdk - version: 2.2.x + version: 3.x - script: | dotnet restore Timeline/Timeline.csproj --configfile nuget.config @@ -40,6 +41,7 @@ stages: - stage: deploy displayName: Build Release and Deploy + dependsOn: build variables: buildConfiguration: 'Release' -- cgit v1.2.3