diff --git a/.azure-pipelines/nightly.yml b/.azure-pipelines/nightly.yml index 05534e216..b827061f6 100644 --- a/.azure-pipelines/nightly.yml +++ b/.azure-pipelines/nightly.yml @@ -16,4 +16,6 @@ variables: stages: - template: templates/stages/test-and-package-stage.yml - template: templates/stages/deploy-stage.yml + parameters: + snapReleaseChannel: unknown - template: templates/stages/notify-failure-stage.yml