Skip to content

Commit 7356ab3

Browse files
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)SteveL-MSFT
authored andcommitted
fix path of config.toml
1 parent df63756 commit 7356ab3

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)