From c09161540764f99bd4e7871c727aae686c6ee8ae Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 6 Sep 2022 16:17:08 -0700 Subject: [PATCH] test it --- .azure-pipelines/nightly.yml | 2 ++ 1 file changed, 2 insertions(+) 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