Skip to content

Commit

Permalink
Merge branch 'feature/Restructuring' of https://github.com/SURGroup/UQpy
Browse files Browse the repository at this point in the history
 into feature/Restructuring
  • Loading branch information
dgiovanis committed Mar 16, 2021
2 parents 3517b3e + 613f6f2 commit bcaa535
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 bcaa535

Please sign in to comment.