From 3cfebe7ef4dd1c7958c574af6c36f29591f40ca3 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 9 Feb 2019 00:55:26 +0800 Subject: Update ci. --- azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4b06f16f..1ab3e707 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -31,9 +31,8 @@ steps: inputs: command: publish projects: Timeline/Timeline.csproj - arguments: -o ./publish/ - task: PublishPipelineArtifact@0 inputs: artifactName: 'timeline' - targetPath: Timeline/publish/ + targetPath: Timeline/bin/Release/netcoreapp2.2/publish/ -- cgit v1.2.3