11{
22 "$schema" : " http://json-schema.org/draft-04/schema#" ,
3- "title" : " Build Schema" ,
43 "$ref" : " #/definitions/build" ,
4+ "title" : " Build Schema" ,
55 "definitions" : {
66 "build" : {
77 "type" : " object" ,
88 "properties" : {
9+ "CommonPropsFilePath" : {
10+ "type" : " string" ,
11+ "description" : " common.props file path - to determine the configured version"
12+ },
913 "Configuration" : {
1014 "type" : " string" ,
1115 "description" : " Configuration to build - Default is 'Debug' (local) or 'Release' (server)" ,
6468 },
6569 "ReleaseNotesFilePath" : {
6670 "type" : " string" ,
67- "description" : " ReleaseNotesFilePath - To determine the SemanticVersion "
71+ "description" : " ReleaseNotesFilePath - To determine the lates changelog version "
6872 },
6973 "Root" : {
7074 "type" : " string" ,
7882 "enum" : [
7983 " Clean" ,
8084 " Compile" ,
81- " CompileSample" ,
8285 " CreatePackages" ,
8386 " Default" ,
84- " ElectronizeCustomWin7TargetSample" ,
85- " ElectronizeGenericTargetSample" ,
86- " ElectronizeLinuxTargetSample" ,
87- " ElectronizeMacOsTargetSample" ,
88- " ElectronizeWindowsTargetSample" ,
8987 " Package" ,
9088 " PrePublish" ,
9189 " Publish" ,
109107 "enum" : [
110108 " Clean" ,
111109 " Compile" ,
112- " CompileSample" ,
113110 " CreatePackages" ,
114111 " Default" ,
115- " ElectronizeCustomWin7TargetSample" ,
116- " ElectronizeGenericTargetSample" ,
117- " ElectronizeLinuxTargetSample" ,
118- " ElectronizeMacOsTargetSample" ,
119- " ElectronizeWindowsTargetSample" ,
120112 " Package" ,
121113 " PrePublish" ,
122114 " Publish" ,
141133 }
142134 }
143135 }
144- }
136+ }
0 commit comments