Include a project description for clarity and purpose. Describe your project and make it easier for other people to understand it. Learn more: https://learn.microsoft.com/en-us/azure/devops/organizations/projects/create-project
1. Navigate to Project Settings. 2. Select General -> Overview. 3. Enter a Description. 4. Click on 'Save'.
{
"target": "ADOTeamProjectReference",
"if": {
"allOf": [
{
"resource": "ADOTeamProjectReference",
"property": "Description",
"operator": "notEquals",
"value": ""
}
]
},
"then": {
"effect": "Audit"
}
}
Copyright © DevOps Shield. All Rights Reserved. Privacy Policy | Cookie Policy | Terms and Conditions