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 | b89465846ca74019ad2bd63d72044d31379f8978 (patch) | |
tree | 902f13939b530f6a25db005884a01b2b423c8368 /azure-pipelines.yml | |
parent | 4262a25addf26705e4c5ab07acafd3eb8702fa4b (diff) | |
download | timeline-b89465846ca74019ad2bd63d72044d31379f8978.tar.gz timeline-b89465846ca74019ad2bd63d72044d31379f8978.tar.bz2 timeline-b89465846ca74019ad2bd63d72044d31379f8978.zip |
Update azure-pipelines.yml for Azure Pipelines ***NO_CI***
Diffstat (limited to 'azure-pipelines.yml')
-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/ |