From b88e47cab97c50ed901dfc90d535920097d7f1b9 Mon Sep 17 00:00:00 2001 From: benjaminramey Date: Sun, 3 Nov 2019 02:16:40 +0000 Subject: [PATCH] do bundle on fake build --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 802ead6..b9af5f3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,7 +16,7 @@ steps: inputs: FakeVersion: '5.16.1' FakeScript: 'build.fsx' - ScriptArguments: 'bundle' + ScriptArguments: 'build -t bundle' - task: PublishBuildArtifacts@1 name: Publish deploy folder as artifact