...

Text file src/github.com/Azure/azure-sdk-for-go/eng/common/scripts/job-matrix/samples/matrix.json

Documentation: github.com/Azure/azure-sdk-for-go/eng/common/scripts/job-matrix/samples

     1{
     2  "displayNames": {
     3    "/p:UseProjectReferenceToAzureClients=true": "UseProjectRef"
     4  },
     5  "matrix": {
     6    "Agent": {
     7      "ubuntu": { "OSVmImage": "ubuntu-18.04", "Pool": "Azure Pipelines" },
     8      "windows": { "OSVmImage": "windows-2019", "Pool": "Azure Pipelines" },
     9      "macOS": { "OSVmImage": "macOS-10.15", "Pool": "Azure Pipelines" }
    10    },
    11    "TestTargetFramework": [ "netcoreapp2.1", "net461", "net5.0" ]
    12  },
    13  "include": [
    14    {
    15      "Agent": {
    16        "windows": { "OSVmImage": "windows-2019", "Pool": "Azure Pipelines" }
    17      },
    18      "TestTargetFramework": [ "net461", "net5.0" ],
    19      "AdditionalTestArguments": "/p:UseProjectReferenceToAzureClients=true"
    20    }
    21  ],
    22  "exclude": [
    23    {
    24      "OSVmImage": "MMS2019",
    25      "framework": "netcoreapp2.1"
    26    }
    27  ]
    28}

View as plain text