aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-02-08 16:39:26 +0000
committer杨宇千 <crupest@outlook.com>2019-02-08 16:39:26 +0000
commitb89465846ca74019ad2bd63d72044d31379f8978 (patch)
tree902f13939b530f6a25db005884a01b2b423c8368 /azure-pipelines.yml
parent4262a25addf26705e4c5ab07acafd3eb8702fa4b (diff)
downloadtimeline-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.yml11
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/