Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
dgiovanis committed Mar 16, 2021
1 parent 09f765b commit 613f6f2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,17 +130,17 @@ steps:
displayName: Upload to Test PyPi
condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
# - task: GitHubRelease@1
# condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
# inputs:
# gitHubConnection: 'SURGroup'
# repositoryName: '$(Build.Repository.Name)'
# action: 'create'
# target: '$(Build.SourceVersion)'
# tagSource: 'userSpecifiedTag'
# tag: 'v$(GitVersion.SemVer)'
# changeLogCompareToRelease: 'lastFullRelease'
# changeLogType: 'commitBased'
- task: GitHubRelease@1
condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
inputs:
gitHubConnection: 'GitHub_OAuth'
repositoryName: '$(Build.Repository.Name)'
action: 'create'
target: '$(Build.SourceVersion)'
tagSource: 'userSpecifiedTag'
tag: 'v$(GitVersion.SemVer)'
changeLogCompareToRelease: 'lastFullRelease'
changeLogType: 'commitBased'

- bash: echo "##vso[task.prependpath]$CONDA/bin"
displayName: Add conda to PATH
Expand Down

0 comments on commit 613f6f2

Please sign in to comment.