-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmtp.xml
84 lines (71 loc) · 3.53 KB
/
mtp.xml
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="utf-8" ?>
<mtp basedir="D:\work\publish">
<globalRule>
<overwriter cmp="Newer" />
</globalRule>
<referRule>
<rule id="WebClient" contains="\WebClient\" newTo="." applyFor="Path" />
<rule id="wpfclient" contains="\WpfClient\" newTo="." applyFor="Path" />
<rule id="apihost" contains="\SIE.WebApiHost\" newTo="." applyFor="Path" />
</referRule>
<!-- ApiHost发布规则 -->
<file subdir="api" >
<rule startWith="appsettings.*" newTo="." applyFor="Name">
<rule refid="apihost" />
</rule>
<rule startWith="SIE.WebApiHost.*" newTo="." applyFor="Name">
<rule refid="apihost" />
</rule>
<rule startWith="SIE." newTo="." applyFor="Name"></rule>
<rule startWith="Castle" applyFor="Name" newTo="." />
<rule startWith="Newtonsoft" applyFor="Name" newTo="." />
<rule startWith="log4net" applyFor="Name" newTo="." />
<rule startWith="ICSharpCode" applyFor="Name" newTo="." />
<rule startWith="NPOI." applyFor="Name" newTo="." />
<rule startWith="Microsoft.AspNetCore" applyFor="Name" newTo="." />
<rule startWith="Microsoft.Extensions" applyFor="Name" newTo="." />
<rule startWith="System." newTo="." applyFor="Name"></rule>
</file>
<!-- B/S Portal发布规则 -->
<file subdir="web">
<rule startWith="appsettings.*" newTo="." applyFor="Name">
<rule refid="WebClient" />
</rule>
<rule startWith="WebClient.*" newTo="." applyFor="Name">
<rule refid="WebClient" />
</rule>
<rule startWith="SIE." newTo="." applyFor="Name"></rule>
<rule startWith="WebClient." newTo="." applyFor="Name" attachedExt=".pdb"></rule>
<rule startWith="Castle" applyFor="Name" newTo="." />
<rule startWith="Newtonsoft" applyFor="Name" newTo="." />
<rule startWith="log4net" applyFor="Name" newTo="." />
<rule startWith="ICSharpCode" applyFor="Name" newTo="." />
<rule startWith="NPOI." applyFor="Name" newTo="." />
<rule startWith="Microsoft.AspNetCore" applyFor="Name" newTo="." />
<rule startWith="Microsoft.Extensions" applyFor="Name" newTo="." />
<rule startWith="Microsoft.IdentityModel" applyFor="Name" newTo="." />
<rule startWith="System." newTo="." applyFor="Name"></rule>
</file>
<!-- WPF 客户端发布规则 -->
<file subdir="wpf">
<rule startWith="Loader.dll" newTo="." applyFor="Name"></rule>
<rule startWith="log4net.config" newTo="." applyFor="Name"></rule>
<rule startWith="SMOM." newTo="." applyFor="Name" attachedExt=".pdb;.config" />
<rule startWith="appsettings.json" newTo="." applyFor="Name">
<rule refid="wpfclient" />
</rule>
<rule startWith="System." newTo="lib" applyFor="Name"></rule>
<rule startWith="DevExpress." newTo="lib" applyFor="Name"></rule>
<rule startWith="Telerik." newTo="lib" applyFor="Name"></rule>
<rule startWith="SuperSocket." applyFor="Name" newTo="lib" />
<rule startWith="NPOI." applyFor="Name" newTo="lib" />
<rule startWith="Newtonsoft" applyFor="Name" newTo="lib" />
<rule startWith="log4net" applyFor="Name" newTo="lib" />
<rule startWith="ICSharpCode" applyFor="Name" newTo="lib" />
<rule startWith="Castle" applyFor="Name" newTo="lib" />
<rule startWith="SIE.Wpf." newTo="UI" applyFor="Name" attachedExt=".pdb;.config"></rule>
<rule startWith="Resources" newTo="Domain" applyFor="Name" attachedExt=".pdb;.config" />
<rule startWith="DnsClient" newTo="Domain" applyFor="Name"></rule>
<rule startWith="SIE." newTo="Domain" applyFor="Name"></rule>
</file>
</mtp>