From fce7c7ebecc3cc9517cc711fa1e06a15e4b2c978 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Wed, 19 Jun 2019 22:39:57 +0300 Subject: Disable github release --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 805f95b..8e7cbc9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -152,7 +152,7 @@ steps: pathtoPublish: 'install.log' artifactName: '$(PYVERSION)-$(PYARCH)-install.log' -- task: GithubRelease@0 - inputs: - githubConnection: 'oswjkpat' - assets: '$(Build.ArtifactStagingDirectory)/Python-$(PYVERSION)-$(PYARCH).zip' +# - task: GithubRelease@0 +# inputs: +# githubConnection: 'oswjkpat' +# assets: '$(Build.ArtifactStagingDirectory)/Python-$(PYVERSION)-$(PYARCH).zip' -- cgit v1.2.3