How to get details about the last PR only #1096
-
I have been trying to get commits and work items for the last PR only, but the sample template I've tried below gets all PRs, commits, and work items associated with the branch from which the build runs. Is there a way to get just the last PR/commit?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The task returns the changes since the last successful build. If it is the first successful run all items are returned. I suspect this is what you are seeing Run the build with debugging enabled to see all the steps used to build the release notes To enable debug, check the checkbook when you run the pipeline or set a variable
|
Beta Was this translation helpful? Give feedback.
The task returns the changes since the last successful build. If it is the first successful run all items are returned. I suspect this is what you are seeing
Run the build with debugging enabled to see all the steps used to build the release notes
To enable debug, check the checkbook when you run the pipeline or set a variable