From 6559e0617d317871db8d407495a4135712c0871e Mon Sep 17 00:00:00 2001 From: Matthew Rothenberg Date: Mon, 16 Sep 2019 15:08:05 -0400 Subject: [PATCH] disable azure releaser to enable test GHA release --- azure-pipelines.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ff74682..2840a61 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -72,15 +72,15 @@ jobs: artifactName: dist_darwin-amd64 targetPath: $(Build.ArtifactStagingDirectory) - script: ls -lh $(Build.ArtifactStagingDirectory) - - task: GithubRelease@0 - condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v')) - inputs: - gitHubConnection: 'GitHub-mroth-oauth' - repositoryName: 'mroth/scalafmt-native' - action: create - target: '$(Build.SourceVersion)' - tagSource: auto - # By default, all files in the $(Build.ArtifactStagingDirectory) directory will be uploaded. - # assets: '$(Build.ArtifactStagingDirectory)/*.tgz' - assetUploadMode: replace - addChangeLog: true + # - task: GithubRelease@0 + # condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v')) + # inputs: + # gitHubConnection: 'GitHub-mroth-oauth' + # repositoryName: 'mroth/scalafmt-native' + # action: create + # target: '$(Build.SourceVersion)' + # tagSource: auto + # # By default, all files in the $(Build.ArtifactStagingDirectory) directory will be uploaded. + # # assets: '$(Build.ArtifactStagingDirectory)/*.tgz' + # assetUploadMode: replace + # addChangeLog: true