18 строки
430 B
YAML
18 строки
430 B
YAML
trigger: none
|
|
|
|
extends:
|
|
template: /eng/pipelines/templates/stages/archetype-sdk-tests.yml
|
|
parameters:
|
|
PackageName: "@azure/event-hubs"
|
|
ServiceDirectory: eventhub
|
|
TimeoutInMinutes: 90
|
|
SupportedClouds: 'Public,UsGov,China'
|
|
CloudConfig:
|
|
Public:
|
|
UsGov:
|
|
Location: 'usgovarizona'
|
|
China:
|
|
Location: 'chinaeast'
|
|
EnvVars:
|
|
AZURE_LOG_LEVEL: info
|