Skip to content

Commit

Permalink
Work CD-CI
Browse files Browse the repository at this point in the history
- Fix several step display names.

***NO_CI***

Signed-off-by: José Simões <jose.simoes@eclo.solutions>
  • Loading branch information
josesimoes committed Aug 30, 2019
1 parent 409f89b commit a252725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ steps:
githubDeleteEmptyTag: true
githubReleaseAsset: '$(Build.ArtifactStagingDirectory)/*.nupkg'
condition: and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), contains(variables['Build.SourceBranch'], 'preview') )
displayName: Create/Update GitHub release
displayName: Create/Update GitHub PREVIEW release

# create or update GitHub release ON tags from release or master branches
- task: GitHubReleasePublish@1
Expand All @@ -172,7 +172,7 @@ steps:
githubDeleteEmptyTag: true
githubReleaseAsset: '$(Build.ArtifactStagingDirectory)/*.nupkg'
condition: and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), not(contains(variables['Build.SourceBranch'], 'preview') ) )
displayName: Create/Update GitHub release
displayName: Create/Update GitHub stable release

# step from template @ nf-tools repo
# report error
Expand Down

0 comments on commit a252725

Please sign in to comment.