Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Migrate corefx release/2.0.0 branch to git clone from VSO instead of …
Browse files Browse the repository at this point in the history
…unstable github (#23410)

Migrate corefx release/2.0.0 branch to git clone from VSO instead of
unstable github
  • Loading branch information
smile21prc authored Aug 19, 2017
1 parent 6bbfaf9 commit 725fc01
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion buildpipeline/DotNet-CoreFx-Trusted-Linux-Crossbuild.json
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,19 @@
"PB_ConfigurationGroup": {
"value": "Release"
},
"PB_VsoAccountName": {
"value": "dn-bot"
},
"VsoPassword": {
"value": null,
"isSecret": true
},
"PB_VsoRepositoryName": {
"value": "DotNet-CoreFX-Trusted",
"allowOverride": true
},
"PB_VsoCorefxGitUrl": {
"value": "http://github.com/dotnet/corefx.git"
"value": "https://$(PB_VsoAccountName):$(VsoPassword)@devdiv.visualstudio.com/DevDiv/_git/$(PB_VsoRepositoryName)/"
},
"PB_GitDirectory": {
"value": "/root/corefx"
Expand Down
2 changes: 1 addition & 1 deletion buildpipeline/DotNet-CoreFx-Trusted-Linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
"allowOverride": true
},
"PB_VsoCorefxGitUrl": {
"value": "https://github.com/dotnet/corefx"
"value": "https://$(PB_VsoAccountName):$(VsoPassword)@devdiv.visualstudio.com/DevDiv/_git/$(PB_VsoRepositoryName)/"
},
"PB_BuildArguments": {
"value": "-buildArch=x64 -Release",
Expand Down

0 comments on commit 725fc01

Please sign in to comment.