diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2019-06-19 21:47:12 +0300 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2019-06-19 21:47:12 +0300 |
| commit | 758e9868afb2f2e5cb31812714cb1709fe606d03 (patch) | |
| tree | 654f21148983d35d01480c2e159455d0acb846b3 | |
| parent | f780f10895ee5ffbd77df853f531f897dd5e080b (diff) | |
| download | portablepython-758e9868afb2f2e5cb31812714cb1709fe606d03.tar.gz portablepython-758e9868afb2f2e5cb31812714cb1709fe606d03.zip | |
Create a github release when tagged
| -rw-r--r-- | azure-pipelines.yml | 5 |
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' |
