We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d009f commit 4b4b5feCopy full SHA for 4b4b5fe
1 file changed
eng/pipelines/templates/steps/analyze.yml
@@ -4,6 +4,12 @@ parameters:
4
default: stable
5
6
steps:
7
+ # using -Zscript with verify-dependencies.rs requires nightly be installed
8
+ - ${{ if ne(parameters.Toolchain, 'nightly') }}:
9
+ - template: /eng/pipelines/templates/steps/use-rust.yml@self
10
+ parameters:
11
+ Toolchain: nightly
12
+
13
- template: /eng/pipelines/templates/steps/use-rust.yml@self
14
parameters:
15
Toolchain: ${{ parameters.Toolchain }}
0 commit comments