-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject_data.json
52 lines (52 loc) · 948 Bytes
/
project_data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"projectName": "",
"projectVersion": "",
"releaseDate": "",
"dateFormat": "%Y%m%d",
"sourceDir": "",
"sourceBin": "bin",
"targetDir": "%Desktop%",
"targetName": "${projectName}_${projectVersion}_${releaseDate}",
"packageTask": {
"excludeDir": [
"App_Data",
"App_Start",
"My Project",
"Properties",
"obj",
"Service References",
"Web References",
"bin\\x64",
"bin\\x86"
],
"excludeFile": [
"Web.Debug.config",
"Web.Release.config",
"packages.config",
"Thumbs.db"
],
"excludeSuffix": [
"*.gpState",
"*.vbproj",
"*.csproj",
"*.vssscc",
"*.vspscc",
"*.vb",
"*.cs",
"*.user",
"*.sln",
"*.suo",
"*.docx",
"*.tmp",
"*.Publish.xml",
"logs\\*.txt",
"bin\\*.pdb",
"bin\\*.xml",
"Bin\\*.pdb",
"Bin\\*.xml"
],
"newFile": [
"${projectName}_${projectVersion}_${releaseDate}_UT.docx"
]
}
}