From a285cd760ab4cbf91c71fae283d26a28456b9629 Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Tue, 2 Jul 2019 17:36:40 +1000 Subject: [PATCH] Disable attempted GitHub release --- azure-pipelines.yml | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 972250b..20c91df 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -55,16 +55,17 @@ jobs: inputs: pathtoPublish: $(Build.ArtifactStagingDirectory) artifactName: $(artefactName) - - task: GithubRelease@0 - displayName: 'Create GitHub Release' - inputs: - githubConnection: speeduino - repositoryName: speeduino/SpeedyLoader - action: 'create' - target: '$(build.sourceVersion)' - assets: $(Build.ArtifactStagingDirectory)/*.zip - addChangeLog: true - isDraft: true + + #- task: GithubRelease@0 + # displayName: 'Create GitHub Release' + # inputs: + # githubConnection: speeduino + # repositoryName: speeduino/SpeedyLoader + # action: 'create' + # target: '$(build.sourceVersion)' + # assets: $(Build.ArtifactStagingDirectory)/*.zip + # addChangeLog: true + # isDraft: true - job: job_win_32_bit_self_hosted pool: 'Default' @@ -90,13 +91,13 @@ jobs: inputs: pathtoPublish: $(Build.ArtifactStagingDirectory) artifactName: "Windows 32-bit" - - task: GithubRelease@0 - displayName: 'Create GitHub Release' - inputs: - githubConnection: speeduino - repositoryName: speeduino/SpeedyLoader - action: 'create' - target: '$(build.sourceVersion)' - assets: $(Build.ArtifactStagingDirectory)/*.zip - addChangeLog: true - isDraft: true \ No newline at end of file + #- task: GithubRelease@0 + # displayName: 'Create GitHub Release' + # inputs: + # githubConnection: speeduino + # repositoryName: speeduino/SpeedyLoader + # action: 'create' + # target: '$(build.sourceVersion)' + # assets: $(Build.ArtifactStagingDirectory)/*.zip + # addChangeLog: true + # isDraft: true \ No newline at end of file