microsoft / vscode-azuretools

Common packages for building Azure extensions for VS Code
MIT License
106 stars 66 forks source link

azure-pipelines: Add parameter to manually initiate long running tests #1744

Closed MicroFish91 closed 2 months ago

MicroFish91 commented 2 months ago

Updates to the base templates so that we can manually trigger long running tests.

See example branch of it hooked up: https://github.com/microsoft/vscode-azurecontainerapps/pull/689

Example: image

MicroFish91 commented 2 months ago

Closing, decided to just consolidate to one parameter instead of two. We can revisit the two param solution in the future if needed.