Files
fission-src/environments/dotnet20/builder/nugetSettings.json
T

37 lines
1000 B
JSON

{
"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"
//}
]
}