aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2019-06-19 21:05:27 +0300
committerOskari Timperi <oskari.timperi@iki.fi>2019-06-19 21:05:27 +0300
commit3b4f612fc5bf3c3082f82fdc91d597b9a228ca38 (patch)
tree800d194e3480f7b4bc8b24cc21654275aa7b9abb
parenta279f662c510f3fa065e009348bdb4790e0bb986 (diff)
downloadportablepython-3b4f612fc5bf3c3082f82fdc91d597b9a228ca38.tar.gz
portablepython-3b4f612fc5bf3c3082f82fdc91d597b9a228ca38.zip
Publish install log
-rw-r--r--azure-pipelines.yml7
1 files changed, 6 insertions, 1 deletions
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'