aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-07-27 22:08:29 +0800
committer杨宇千 <crupest@outlook.com>2019-07-27 22:08:29 +0800
commit1a1cb8b948567ab53e65128eb7b6d7127a8abedf (patch)
tree41c6fb226889e1381a801708c6a3cc532244d1ae
parent590a8c576f17817539505ef2ca50f52e840a61d2 (diff)
downloadtimeline-1a1cb8b948567ab53e65128eb7b6d7127a8abedf.tar.gz
timeline-1a1cb8b948567ab53e65128eb7b6d7127a8abedf.tar.bz2
timeline-1a1cb8b948567ab53e65128eb7b6d7127a8abedf.zip
Update azure-pipelines.yml for Azure Pipelines
-rw-r--r--azure-pipelines.yml6
1 files changed, 3 insertions, 3 deletions
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'