Created dotnet2.0 Builder Image and Added /v2/specialized Endpoint to dotnet2.0 Envrionment (#1001)

This commit is contained in:
Paras Patidar
2019-05-15 16:35:55 +08:00
committed by Ta-Ching Chen
parent 56fa8fe766
commit 4632269314
35 changed files with 1973 additions and 5 deletions
@@ -0,0 +1,37 @@
{
"NugetFolder": "Nugetdownload",
"DisableCache": false,
"CSVDirectory": "logs",
"RunningOnwindows": false,
"NugetRepositories": [
{
"Order": 1,
"IsPrivate": false,
"Name": "local",
"Source": "Nugetdownload", //in case of local , relative path to folder
"IsPasswordClearText": false,
"Username": "",
"Password": ""
},
{
"Order": 2,
"IsPrivate": false,
"Name": "NugetV3",
"Source": "https://api.nuget.org/v3/index.json",
"IsPasswordClearText": false,
"Username": "",
"Password": ""
}
//,
//{
// "Order": 3,
// "IsPrivate": true,
// "Name": "myPrivateRepository", //in case of private repo , if not using, then just remove this section No 3
// "Source": "https://URL-FOR-myPrivateRepository/api/nuget/nugetcore/COMPLETE-END-POINT",
// "IsPasswordClearText": true,
// "Username": "johndeo@myorg.com",
// "Password": "AlPH24GAMAc49fDELTA"
//}
]
}