Created
December 11, 2019 10:04
-
-
Save chgeuer/bbf796650d8f1f1f43519e4c995f3380 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- task: CreateWorkItem@1 | |
condition: not(succeeded()) | |
inputs: | |
workItemType: Issue | |
title: 'Created by build $(Build.DefinitionName)-$(Build.BuildNumber)' | |
assignedTo: '$(Build.RequestedFor) <$(Build.RequestedForEmail)>' | |
associate: true | |
linkPR: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment