From 758e9868afb2f2e5cb31812714cb1709fe606d03 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Wed, 19 Jun 2019 21:47:12 +0300 Subject: Create a github release when tagged --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) 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' -- cgit v1.2.3