From 0813b6ca261e66339464277f1034e07d89b4f53a Mon Sep 17 00:00:00 2001 From: Ben Ramey Date: Sun, 3 Nov 2019 02:06:18 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ec37982..7a70343 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,4 +1,5 @@ # ASP.NET + # Build and test ASP.NET projects. # Add steps that publish symbols, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/apps/aspnet/build-aspnet-4 @@ -14,4 +15,10 @@ steps: inputs: FakeVersion: '5.16.1' FakeScript: 'build.fsx' - ScriptArguments: 'build' + ScriptArguments: 'bundle' + +- task: PublishBuildArtifacts@1 + inputs: + PathtoPublish: '$(Build.ArtifactStagingDirectory)' + ArtifactName: 'deploy.zip' + publishLocation: 'Container' \ No newline at end of file