From 5f1bc9be337e00242743c68c714370a2852bd3fe Mon Sep 17 00:00:00 2001 From: benjaminramey Date: Sun, 3 Nov 2019 02:13:37 +0000 Subject: [PATCH] Rename tasks --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8e0506e..ffeb338 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,12 +12,14 @@ pool: steps: - task: FAKE5@1 + name: 'Run fake bundle' inputs: FakeVersion: '5.16.1' FakeScript: 'build.fsx' ScriptArguments: 'bundle' - task: PublishBuildArtifacts@1 + name: 'Publish deploy folder as artifact' inputs: PathtoPublish: 'deploy' ArtifactName: 'lunchrun-deploy'