aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'