...

Text file src/github.com/Azure/azure-sdk-for-go/eng/codegen_to_sdk_config.json

Documentation: github.com/Azure/azure-sdk-for-go/eng

     1{
     2    "init": {
     3        "initScript": {
     4            "path": "./eng/scripts/automation_init.sh",
     5            "logPrefix": "[GO]",
     6            "stderr":{
     7                "storeAllLog": true
     8            }
     9        }
    10    },
    11    "generateAndBuild": {
    12        "generateAndBuildScript": {
    13            "path": "generator automation-v2",
    14            "logPrefix": "[GO-Generate]",
    15            "stderr":{
    16                "storeLogByFilter": "[error|Error|Exception]"
    17            }
    18        }
    19    },
    20    "mockTest": {
    21        "mockTestScript": {
    22            "path": "./eng/scripts/automation/Invoke-MockTest.ps1",
    23            "script": "pwsh",
    24            "logPrefix": "[GO-MockTest]",
    25            "stderr":{
    26                "storeLogByFilter": "[error|Error|Exception]"
    27            }
    28        }
    29    }
    30}

View as plain text