Created dotnet2.0 Builder Image and Added /v2/specialized Endpoint to dotnet2.0 Envrionment (#1001)
This commit is contained in:
committed by
Ta-Ching Chen
parent
56fa8fe766
commit
4632269314
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user