diff options
author | crupest <crupest@outlook.com> | 2019-02-09 00:55:26 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-02-09 00:55:26 +0800 |
commit | 3cfebe7ef4dd1c7958c574af6c36f29591f40ca3 (patch) | |
tree | 90e1d20e0fb37b2db88a67a0466102fb1541b6de | |
parent | 636306d59a37456ca4fe3a76ea569f730f81cd76 (diff) | |
download | timeline-3cfebe7ef4dd1c7958c574af6c36f29591f40ca3.tar.gz timeline-3cfebe7ef4dd1c7958c574af6c36f29591f40ca3.tar.bz2 timeline-3cfebe7ef4dd1c7958c574af6c36f29591f40ca3.zip |
Update ci.
-rw-r--r-- | azure-pipelines.yml | 3 |
1 files changed, 1 insertions, 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/ |