-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSystemIOPackaging.xml
More file actions
62 lines (55 loc) · 2.88 KB
/
SystemIOPackaging.xml
File metadata and controls
62 lines (55 loc) · 2.88 KB
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
<Commands>
<KillProcesses SearchFor="RunnerDaemonSystemIOPackaging*"/>
<BuildMultipleExes ProjectPath="C:\Users\Eric\Documents\OxRunner\RunnerSystemIOPackaging\RunnerDaemonSystemIOPackaging\" ExeName="RunnerDaemonSystemIOPackaging.exe" />
<If MachineName="pc17">
<RunnerMaster ProjectPath="C:\Users\Eric\Documents\OxRunner\RunnerSystemIOPackaging\RunnerMasterSystemIOPackaging\"
ExeName="RunnerMasterSystemIOPackaging.exe"
Args="C:\TestFileRepoSmall"
Skip="null"
Take="100"
/>
<Run Exe="C:\Users\Eric\Documents\OxRunner\RunnerSystemIOPackaging\RunnerDaemonSystemIOPackaging\bin\Debug\RunnerDaemonSystemIOPackaging*.exe" />
<WaitForRunnerMaster />
<KillProcesses SearchFor="RunnerDaemonSystemIOPackaging*"/>
</If>
<If MachineName="xps">
<RunnerMaster ProjectPath="C:\Users\Eric\Documents\OxRunner\RunnerSystemIOPackaging\RunnerMasterSystemIOPackaging\"
ExeName="RunnerMasterSystemIOPackaging.exe"
Args="C:\TestFileRepoSmall"
Skip="null"
Take="100"
/>
<Run Exe="C:\Users\Eric\Documents\OxRunner\RunnerSystemIOPackaging\RunnerDaemonSystemIOPackaging\bin\Debug\RunnerDaemonSystemIOPackaging*.exe" />
<WaitForRunnerMaster />
<KillProcesses SearchFor="RunnerDaemonSystemIOPackaging*"/>
</If>
<If MachineName="win8-1">
<RunnerMaster ProjectPath="C:\Users\Eric\Documents\OxRunner\RunnerSystemIOPackaging\RunnerMasterSystemIOPackaging\"
ExeName="RunnerMasterSystemIOPackaging.exe"
Args="\\Bigi5-8\c\TestFileRepo"
Skip="null"
Take="null"
/>
<!--RunnerMaster ProjectPath="C:\Users\Eric\Documents\OxRunner\RunnerSystemIOPackaging\RunnerMasterSystemIOPackaging\"
ExeName="RunnerMasterSystemIOPackaging.exe"
Args="\\Bigi5-8\c\TestFileRepo"
Skip="null"
Take="2000"
SpecificFile="0030A269249BAA7C555F531DD5A68B46F9346EFF.docx"
/-->
<Run Exe="\\win8-1\win8-1-c\Users\Eric\Documents\OxRunner\RunnerSystemIOPackaging\RunnerDaemonSystemIOPackaging\bin\Debug\RunnerDaemonSystemIOPackaging*.exe" />
<WaitForRunnerMaster />
<KillProcesses SearchFor="RunnerDaemonSystemIOPackaging*"/>
</If>
<If MachineName="bigi5-8">
<RunnerMaster ProjectPath="C:\Users\Eric\Documents\OxRunner\RunnerSystemIOPackaging\RunnerMasterSystemIOPackaging\"
ExeName="RunnerMasterSystemIOPackaging.exe"
Args="\\bigi5-8\c\TestFileRepo"
Skip="null"
Take="2000"
/>
<Run Exe="\\bigi5-8\c\Users\Eric\Documents\OxRunner\RunnerSystemIOPackaging\RunnerDaemonSystemIOPackaging\bin\Debug\RunnerDaemonSystemIOPackaging*.exe" />
<WaitForRunnerMaster />
<KillProcesses SearchFor="RunnerDaemonSystemIOPackaging*"/>
</If>
</Commands>