Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 725fc01

Browse files
authored
Migrate corefx release/2.0.0 branch to git clone from VSO instead of unstable github (#23410)
Migrate corefx release/2.0.0 branch to git clone from VSO instead of unstable github
1 parent 6bbfaf9 commit 725fc01

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

buildpipeline/DotNet-CoreFx-Trusted-Linux-Crossbuild.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,19 @@
364364
"PB_ConfigurationGroup": {
365365
"value": "Release"
366366
},
367+
"PB_VsoAccountName": {
368+
"value": "dn-bot"
369+
},
370+
"VsoPassword": {
371+
"value": null,
372+
"isSecret": true
373+
},
374+
"PB_VsoRepositoryName": {
375+
"value": "DotNet-CoreFX-Trusted",
376+
"allowOverride": true
377+
},
367378
"PB_VsoCorefxGitUrl": {
368-
"value": "http://github.com/dotnet/corefx.git"
379+
"value": "https://$(PB_VsoAccountName):$(VsoPassword)@devdiv.visualstudio.com/DevDiv/_git/$(PB_VsoRepositoryName)/"
369380
},
370381
"PB_GitDirectory": {
371382
"value": "/root/corefx"

buildpipeline/DotNet-CoreFx-Trusted-Linux.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@
447447
"allowOverride": true
448448
},
449449
"PB_VsoCorefxGitUrl": {
450-
"value": "https://github.com/dotnet/corefx"
450+
"value": "https://$(PB_VsoAccountName):$(VsoPassword)@devdiv.visualstudio.com/DevDiv/_git/$(PB_VsoRepositoryName)/"
451451
},
452452
"PB_BuildArguments": {
453453
"value": "-buildArch=x64 -Release",

0 commit comments

Comments
 (0)