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

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"
}