You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| getPRDetails | If true all PRs in the project, or organisation, will be scanned for associations. There is an option to disable this feature as this scan is slow and not always required (Default true) |
This discrepancy makes it difficult to use the test console to reproduce the exact setup of the task as it exists in an Azure Pipeline and vice-versa.
The defaults set in the test console should either match the Task Parameters described in the wiki, or the fact they are not set should be made explicit.
The text was updated successfully, but these errors were encountered:
Revises the console tester settings loading to set defaults fixes#1562
Put a guard on the get parents function the sure there is a parent object before trying to access it fixes#1471
Stan-Stani
pushed a commit
to Stan-Stani/AzurePipelines
that referenced
this issue
Dec 5, 2023
Revises the console tester settings loading to set defaults fixesrfennell#1562
Put a guard on the get parents function the sure there is a parent object before trying to access it fixesrfennell#1471
For example,
getPRDetails
does not default to true when using the test console.AzurePipelines/Extensions/XplatGenerateReleaseNotes/readme.md
Line 405 in aa1b2d8
This discrepancy makes it difficult to use the test console to reproduce the exact setup of the task as it exists in an Azure Pipeline and vice-versa.
The defaults set in the test console should either match the Task Parameters described in the wiki, or the fact they are not set should be made explicit.
The text was updated successfully, but these errors were encountered: