diff options
author | 杨宇千 <crupest@outlook.com> | 2019-02-08 16:39:26 +0000 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-02-08 16:39:26 +0000 |
commit | 59a09f63a7910ac69340d529cbea2f915b280b2f (patch) | |
tree | 6456e6fc09ab3f9a11e636f598f3a8650b798702 | |
parent | 101631a0041f22570d7c2d9378cbfd0cec5ca14b (diff) | |
download | timeline-59a09f63a7910ac69340d529cbea2f915b280b2f.tar.gz timeline-59a09f63a7910ac69340d529cbea2f915b280b2f.tar.bz2 timeline-59a09f63a7910ac69340d529cbea2f915b280b2f.zip |
Update azure-pipelines.yml for Azure Pipelines ***NO_CI***
-rw-r--r-- | azure-pipelines.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 99772121..4b06f16f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,3 +26,14 @@ steps: command: test projects: '**/*Tests/*.csproj' arguments: '--configuration $(buildConfiguration) --collect "Code coverage"' + +- task: DotNetCoreCLI@2 + inputs: + command: publish + projects: Timeline/Timeline.csproj + arguments: -o ./publish/ + +- task: PublishPipelineArtifact@0 + inputs: + artifactName: 'timeline' + targetPath: Timeline/publish/ |