11 lines
383 B
JSON
11 lines
383 B
JSON
{
|
|
"NugetSpecsFile": "nuget.txt",
|
|
"DllExcludeFile": "exclude.txt",
|
|
"BuildLogDirectory": "logs",
|
|
"DllDirectory": "Dlls",
|
|
"NugetPackageRegEx": "\\s*(?<package>[^:\\n]*)(?:\\:)?(?<version>.*)?",
|
|
"ExcludeDllRegEx": "\\:?\\s*(?<package>[^:\\n]*)(?:\\:)?(?<dll>.*)?",
|
|
"RunningOnwindows": false,
|
|
"functionBodyFileName": "func.cs",
|
|
"functionSpecFileName": "func.meta.json"
|
|
} |