We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d009f commit df70246Copy full SHA for df70246
1 file changed
eng/pipelines/templates/steps/analyze.yml
@@ -8,6 +8,12 @@ steps:
8
parameters:
9
Toolchain: ${{ parameters.Toolchain }}
10
11
+ # using -Zscript with verify-dependencies.rs requires nightly be installed
12
+ - ${{ if ne(parameters.Toolchain, 'nightly') }}:
13
+ - template: /eng/pipelines/templates/steps/use-rust.yml@self
14
+ parameters:
15
+ Toolchain: ${{ parameters.Toolchain }}
16
+
17
- pwsh: |
18
. ./eng/common/scripts/Helpers/CommandInvocation-Helpers.ps1
19
0 commit comments