From 1a1cb8b948567ab53e65128eb7b6d7127a8abedf Mon Sep 17 00:00:00 2001 From: 杨宇千 Date: Sat, 27 Jul 2019 22:08:29 +0800 Subject: Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7d6bf4cb..8237e4cb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,7 +30,7 @@ steps: - script: dotnet publish Timeline/Timeline.csproj --configuration $(buildConfiguration) --no-restore --output ./publish/ displayName: Dotnet Publish -- task: PublishPipelineArtifact@0 +- task: PublishPipelineArtifact@1 inputs: - artifactName: 'timeline' - targetPath: Timeline/publish + path: 'Timeline/publish' + artifact: 'timeline' -- cgit v1.2.3