trigger: none
extends:
template: /eng/pipelines/templates/stages/archetype-sdk-tests.yml
parameters:
BuildTargetingString: azure*
ServiceDirectory: webpubsub
MatrixReplace:
- TestSamples=.*/true
EnvVars:
WEBPUBSUB_REVERSE_PROXY_ENDPOINT: $(webpubsub-reverse-proxy-endpoint)
WEBPUBSUB_ENDPOINT: $(webpubsub-endpoint)
WEBPUBSUB_CONNECTION_STRING: $(webpubsub-connection-string)
TEST_MODE: "RunLiveNoRecord" # use when allowing preparers to create the rgs for you
AZURE_TEST_RUN_LIVE: "true" # use when utilizing the New-TestResources Script
|