diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2019-06-19 22:39:57 +0300 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2019-06-19 22:39:57 +0300 |
| commit | fce7c7ebecc3cc9517cc711fa1e06a15e4b2c978 (patch) | |
| tree | 29ea1a5eb1605f25eb6d1ee8fdaa5e24237f0b25 | |
| parent | 418a20e6860ddef9cfe7a6cbe5b58b961e220880 (diff) | |
| download | portablepython-fce7c7ebecc3cc9517cc711fa1e06a15e4b2c978.tar.gz portablepython-fce7c7ebecc3cc9517cc711fa1e06a15e4b2c978.zip | |
Disable github release
| -rw-r--r-- | azure-pipelines.yml | 8 |
1 files 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' |
