From d39a0699bd8cff51a9a28f1573a08ef56450bace Mon Sep 17 00:00:00 2001 From: Ben Pye Date: Sun, 12 May 2019 18:55:24 -0700 Subject: [PATCH] Fix release pipeline --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ac37c3c..249eb46 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,6 +12,7 @@ steps: - task: PowerShell@2 inputs: filePath: '.\build.ps1' + arguments: '-Release' - task: PublishPipelineArtifact@0 inputs: artifactName: 'build'