From b89465846ca74019ad2bd63d72044d31379f8978 Mon Sep 17 00:00:00 2001 From: 杨宇千 Date: Fri, 8 Feb 2019 16:39:26 +0000 Subject: Update azure-pipelines.yml for Azure Pipelines ***NO_CI*** --- azure-pipelines.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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/ -- cgit v1.2.3