Skip to content

Commit

Permalink
Abort after GitHub release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
debonte committed Mar 5, 2025
1 parent 83695f3 commit 7428d1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/azuredevops/azure-pipelines-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ extends:
title: 'Published $(Build.SourceBranchName)'
assets: |
$(Pipeline.Workspace)/$(ARTIFACT_NAME_VSIX)/$(VSIX_NAME)
- script: |
echo "Just want to test through GitHub Release creation"
exit 1
displayName: 'Force job failure'
- stage: WaitForValidation
dependsOn:
- CreateRelease
Expand Down

0 comments on commit 7428d1f

Please sign in to comment.