We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7077059 commit f3ce09eCopy full SHA for f3ce09e
.pipelines/DSC-Official.yml
@@ -127,7 +127,7 @@ extends:
127
ob_restore_phase: true
128
- task: CargoAuthenticate@0
129
inputs:
130
- configFile: ".cargo/config.toml"
+ configFile: "$(Build.SourcesDirectory)/DSC/.cargo/config.toml"
131
displayName: Authenticating cargo crates registry
132
env:
133
0 commit comments