From 0961ffc1b83904eecdc9f6366abb077a313740e5 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Mon, 30 Mar 2020 09:34:20 -0400 Subject: [PATCH] Allow errors on nightly --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c788400..5cc11d8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,6 +18,7 @@ jobs: Windows: vmImage: windows-2019 rust: stable + continueOnError: $[eq(variables.rust, 'nightly')] pool: vmImage: $(vmImage) steps: