Allow errors on nightly

This commit is contained in:
Jon Gjengset 2020-03-30 09:34:20 -04:00
parent 94327c4e02
commit 0961ffc1b8
No known key found for this signature in database
GPG key ID: 3CB1EC545A706318

View file

@ -18,6 +18,7 @@ jobs:
Windows: Windows:
vmImage: windows-2019 vmImage: windows-2019
rust: stable rust: stable
continueOnError: $[eq(variables.rust, 'nightly')]
pool: pool:
vmImage: $(vmImage) vmImage: $(vmImage)
steps: steps: