Skip to content

Commit 2d6ea02

Browse files
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)SteveL-MSFT
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
authored andcommitted
add service connection to auth with CFS
1 parent 8893739 commit 2d6ea02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pipelines/DSC-Official.yml

+4
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ extends:
128128
- task: CargoAuthenticate@0
129129
inputs:
130130
configFile: "$(Build.SourcesDirectory)/DSC/.cargo/config.toml"
131+
cargoServiceConnections: azDO-Cargo-PowerShell-feed-Ingestion
131132
displayName: Authenticating cargo crates registry
132133
env:
133134
ob_restore_phase: true
@@ -253,6 +254,7 @@ extends:
253254
- task: CargoAuthenticate@0
254255
inputs:
255256
configFile: ".cargo/config.toml"
257+
cargoServiceConnections: azDO-Cargo-PowerShell-feed-Ingestion
256258
displayName: Authenticating cargo crates registry
257259
env:
258260
ob_restore_phase: true
@@ -288,6 +290,7 @@ extends:
288290
- task: CargoAuthenticate@0
289291
inputs:
290292
configFile: ".cargo/config.toml"
293+
cargoServiceConnections: azDO-Cargo-PowerShell-feed-Ingestion
291294
displayName: Authenticating cargo crates registry
292295
env:
293296
ob_restore_phase: true
@@ -331,6 +334,7 @@ extends:
331334
- task: CargoAuthenticate@0
332335
inputs:
333336
configFile: ".cargo/config.toml"
337+
cargoServiceConnections: azDO-Cargo-PowerShell-feed-Ingestion
334338
displayName: Authenticating cargo crates registry
335339
env:
336340
ob_restore_phase: true

0 commit comments

Comments
 (0)