From e1622bcca6043ae0f204766abb89fe9931865a42 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 2 Feb 2019 12:55:12 -0800 Subject: [PATCH] ci: azure: try without display names [ci skip] --- azure-pipelines.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9bc9cdab7..9e0833b71 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -72,15 +72,15 @@ pool: steps: - script: curl -skL -ostack.zip http://www.stackage.org/stack/windows-x86_64 - displayName: 'download stack' +# displayName: 'download stack' - script: 7z x stack.zip stack.exe - displayName: 'unzip stack' +# displayName: 'unzip stack' - script: stack --version - displayName: 'stack --version' +# displayName: 'stack --version' - script: stack build --copy-bins --local-bin-path=. - displayName: 'stack install' +# displayName: 'stack build' - script: 7z a -tzip hledger.zip hledger.exe hledger-web.exe - displayName: 'zip executables' +# displayName: 'zip executables' - task: PublishPipelineArtifact@0 inputs: artifactName: 'hledger.zip' #$(imageName)