diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 42a79c6..ec764da 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -80,7 +80,7 @@ stages: imageName: ${{ variables.linux_vm }} target: 'x86_64-unknown-linux-gnu' channel: nightly - continueOnError: $[ne(variables.rust, 'stable')] + continueOnError: $[ne(variables.channel, 'stable')] pool: vmImage: $(imageName) steps: