tfs2013 - Create bug on failed release -
i have customized xaml tfs build building sql server project , it's deploying .dacpac file target database. in case of failure build creating bug in tfs. i'd move "deploy" part tfs build release management area. it's possible accomplish same result tfs release management? in case of release failure automatically create bug in tfs. update 1: referring vnext templates. out of box? no. you write powershell script or .net application uses tfs api create bug, call in "rollback always" block within rm release template, though.