Skip to content

Instantly share code, notes, and snippets.

@Vyom-Yadav
Last active August 20, 2022 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vyom-Yadav/857c7a081afed226fa06abb8b32a29d9 to your computer and use it in GitHub Desktop.
Save Vyom-Yadav/857c7a081afed226fa06abb8b32a29d9 to your computer and use it in GitHub Desktop.
TC Reply

In short, the logical branch names should match between the build configuration and the versioned settings root.

Your versioned settings root and the root attached to the PR configuration have different branch specifications, and the versioned settings root doesn't see the pull branches at all:

+:refs/heads/*
+:refs/pull/(*/head)

You can find more details about applying settings from branches in this article. Note that there are some limitation to what you can change in the settings of feature branches, they are also described in this article.

On a side note, you may want to use the Pull Requests build feature instead of manually extending branch specification to see the PR branches. The feature will bring some UI improvements related to PRs and it will also ingore branches of closed PRs. This is the recommended approach for building Pull Requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment