From 9bd2c129937433fcad7f081f9701b7810d3af834 Mon Sep 17 00:00:00 2001 From: benjaminramey Date: Sun, 3 Nov 2019 02:15:16 +0000 Subject: [PATCH] Fix task names --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ffeb338..802ead6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,14 +12,14 @@ pool: steps: - task: FAKE5@1 - name: 'Run fake bundle' + name: Run fake bundle inputs: FakeVersion: '5.16.1' FakeScript: 'build.fsx' ScriptArguments: 'bundle' - task: PublishBuildArtifacts@1 - name: 'Publish deploy folder as artifact' + name: Publish deploy folder as artifact inputs: PathtoPublish: 'deploy' ArtifactName: 'lunchrun-deploy'