aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2019-06-19 21:47:12 +0300
committerOskari Timperi <oskari.timperi@iki.fi>2019-06-19 21:47:12 +0300
commit758e9868afb2f2e5cb31812714cb1709fe606d03 (patch)
tree654f21148983d35d01480c2e159455d0acb846b3
parentf780f10895ee5ffbd77df853f531f897dd5e080b (diff)
downloadportablepython-758e9868afb2f2e5cb31812714cb1709fe606d03.tar.gz
portablepython-758e9868afb2f2e5cb31812714cb1709fe606d03.zip
Create a github release when tagged
-rw-r--r--azure-pipelines.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index ae57cc6..ae76b13 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -151,3 +151,8 @@ steps:
inputs:
pathtoPublish: 'install.log'
artifactName: '$(PYVERSION)-$(PYARCH)-install.log'
+
+- task: GithubRelease@0
+ inputs:
+ githubConnection: 'oswjk'
+ assets: '$(Build.ArtifactStagingDirectory)/Python-$(PYVERSION)-$(PYARCH).zip'