* Bump MacOs version to macos-11 * Update eng/common/scripts/job-matrix/tests/job-matrix-functions.tests.ps1 Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com> * Update eng/common/scripts/job-matrix/tests/job-matrix-functions.tests.ps1 Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com> Co-authored-by: sima-zhu <sizhu@microsoft.com> Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com> Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
29 lines
787 B
JSON
29 lines
787 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-11", "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"
|
|
}
|
|
]
|
|
}
|