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 | 906291f5fce52ce1e56139e11ed67848cce1d62f (patch) | |
tree | 5d70a074b0d3b7157a21da471ff87aace8c03ec3 | |
parent | 20c86ecdb2c5b00edf8771c1a6d8688f277a0890 (diff) | |
download | timeline-906291f5fce52ce1e56139e11ed67848cce1d62f.tar.gz timeline-906291f5fce52ce1e56139e11ed67848cce1d62f.tar.bz2 timeline-906291f5fce52ce1e56139e11ed67848cce1d62f.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/ |