aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2019-06-19 21:27:09 +0300
committerOskari Timperi <oskari.timperi@iki.fi>2019-06-19 21:27:09 +0300
commitebb33011b363f7dfe87f068685afddf21e9c7f59 (patch)
tree8753f8aa91079e6178240fdfe74fd0eb7706d50b
parent3b4f612fc5bf3c3082f82fdc91d597b9a228ca38 (diff)
downloadportablepython-ebb33011b363f7dfe87f068685afddf21e9c7f59.tar.gz
portablepython-ebb33011b363f7dfe87f068685afddf21e9c7f59.zip
Change artifact names
-rw-r--r--azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index d6af15b..05de534 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -38,9 +38,9 @@ steps:
- task: PublishBuildArtifacts@1
inputs:
pathtoPublish: '$(Build.ArtifactStagingDirectory)'
- artifactName: drop
+ artifactName: '$(PYVERSION)-$(PYARCH)'
- task: PublishBuildArtifacts@1
inputs:
pathtoPublish: 'install.log'
- artifactName: 'install.log'
+ artifactName: '$(PYVERSION)-$(PYARCH)-install.log'