Skip to content

Commit f3ce09e

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
fix path of config.toml
1 parent 7077059 commit f3ce09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/DSC-Official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ extends:
127127
ob_restore_phase: true
128128
- task: CargoAuthenticate@0
129129
inputs:
130-
configFile: ".cargo/config.toml"
130+
configFile: "$(Build.SourcesDirectory)/DSC/.cargo/config.toml"
131131
displayName: Authenticating cargo crates registry
132132
env:
133133
ob_restore_phase: true

0 commit comments

Comments
 (0)