diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b9af5f3..4ab98e9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,14 +12,12 @@ pool: steps: - task: FAKE5@1 - name: Run fake bundle inputs: FakeVersion: '5.16.1' FakeScript: 'build.fsx' ScriptArguments: 'build -t bundle' - task: PublishBuildArtifacts@1 - name: Publish deploy folder as artifact inputs: PathtoPublish: 'deploy' ArtifactName: 'lunchrun-deploy'