* Add 'replace' support. Improve handling of dynamic parameter types. * Support display name import and overrides * Support regex capture groups for replace. Force fully matching regex. Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
29 lines
790 B
JSON
29 lines
790 B
JSON
{
|
|
"displayNames": {
|
|
"/p:UseProjectReferenceToAzureClients=true": "UseProjectRef"
|
|
},
|
|
"matrix": {
|
|
"Agent": {
|
|
"ubuntu": { "OSVmImage": "ubuntu-18.04", "Pool": "Azure Pipelines" },
|
|
"windows": { "OSVmImage": "windows-2019", "Pool": "Azure Pipelines" },
|
|
"macOS": { "OSVmImage": "macOS-10.15", "Pool": "Azure Pipelines" }
|
|
},
|
|
"TestTargetFramework": [ "netcoreapp2.1", "net461", "net5.0" ]
|
|
},
|
|
"include": [
|
|
{
|
|
"Agent": {
|
|
"windows": { "OSVmImage": "windows-2019", "Pool": "Azure Pipelines" }
|
|
},
|
|
"TestTargetFramework": [ "net461", "net5.0" ],
|
|
"AdditionalTestArguments": "/p:UseProjectReferenceToAzureClients=true"
|
|
}
|
|
],
|
|
"exclude": [
|
|
{
|
|
"OSVmImage": "MMS2019",
|
|
"framework": "netcoreapp2.1"
|
|
}
|
|
]
|
|
}
|