From 3b4f612fc5bf3c3082f82fdc91d597b9a228ca38 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Wed, 19 Jun 2019 21:05:27 +0300 Subject: Publish install log --- azure-pipelines.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c299064..d6af15b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,7 +24,7 @@ strategy: PY373_64: PYVERSION: 3.7.3 PYARCH: 64 - + steps: - powershell: .\download.ps1 displayName: 'Run the build' @@ -39,3 +39,8 @@ steps: inputs: pathtoPublish: '$(Build.ArtifactStagingDirectory)' artifactName: drop + +- task: PublishBuildArtifacts@1 + inputs: + pathtoPublish: 'install.log' + artifactName: 'install.log' -- cgit v1.2.3