-
-
Notifications
You must be signed in to change notification settings - Fork 373
Open
Labels
Description
Version
- I confirm that I am using the latest version
Source Version
Azure DevOps Server 2019
Target Version
Azure DevOps Service
Relevant configuration
My configuration contains the following part:
"TfsWorkItemTypeValidatorTool": {
"Enabled": true,
"ExcludeWorkItemtypes": [
"Program Epic"
]
}
Relevant log output
The upgrade does not print any errors/warnings
What happened?
The upgraded configuration file contains the following part:
"TfsWorkItemTypeValidatorTool": {
"Enabled": true,
"ExcludeWorkItemTypes": [
"Program Epic",
"Program Epic"
]
}
Entries in ExcludeWorkItemTypes are duplicated
Same for ExcludeSourceFields/*
Debug in Visual Studio
- Visual Studio Debug
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
To do