Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Commit

Permalink
disable azure releaser to enable test GHA release
Browse files Browse the repository at this point in the history
  • Loading branch information
mroth committed Sep 16, 2019
1 parent 204aec6 commit 6559e06
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6559e06

Please sign in to comment.