-
I am using the checkStage, overrideStageName, tag, and checkForManuallyLinkedWI to try and use a previous successful build to lookup WIs from. I use git tag -l to get the latest tag matching my pattern and have verified it is the last successful build. I am not sure why the task does not find a successful build. The overrideStageName is the stage that releases my app to the appstore, my build is only tagged if the pipeline successfully completes. How do I fix this? In the log I get this at the beginning:
later in the log I see this:
I should add that I get the correct WIs in my notes but I think it takes a really long time because I am bringing back a ton of WIs that end up getting filtered by if statements in my template. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
The |
Beta Was this translation helpful? Give feedback.
The
tag
parameter for the task is not referring to git tags, but an Azure DevOps Pipeline Tags, I think that could explain what you are seeing