diff --git a/azure/azure-release-pipeline.yml b/azure/azure-release-pipeline.yml index 9f2eabe..5412184 100644 --- a/azure/azure-release-pipeline.yml +++ b/azure/azure-release-pipeline.yml @@ -68,5 +68,5 @@ extends: - template: ./templates/run-tests.yml parameters: full: true - test-command: prod - smoketest-command: prod + test_command: prod + smoketest_command: prod