-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSysRel.xml
More file actions
19 lines (15 loc) · 938 Bytes
/
SysRel.xml
File metadata and controls
19 lines (15 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Commands>
<KillProcesses SearchFor="RunnerDaemonSystemIOPackagingReleased*"/>
<BuildMultipleExes ProjectPath="C:\Users\Eric\Documents\OxRunner\RunnerSystemIOPackagingReleased\RunnerDaemonSystemIOPackagingReleased\" ExeName="RunnerDaemonSystemIOPackagingReleased.exe" />
<If MachineName="win8-1">
<RunnerMaster ProjectPath="C:\Users\Eric\Documents\OxRunner\RunnerSystemIOPackagingReleased\RunnerMasterSystemIOPackagingReleased\"
ExeName="RunnerMasterSystemIOPackagingReleased.exe"
Args="\\Bigi5-8\c\TestFileRepo"
Skip="null"
Take="null"
/>
<Run Exe="\\win8-1\win8-1-c\Users\Eric\Documents\OxRunner\RunnerSystemIOPackagingReleased\RunnerDaemonSystemIOPackagingReleased\bin\Debug\RunnerDaemonSystemIOPackagingReleased*.exe" />
<WaitForRunnerMaster />
<KillProcesses SearchFor="RunnerDaemonSystemIOPackagingReleased*"/>
</If>
</Commands>