source: other-projects/nightly-tasks/crons-and-scripts/windows/Nightly First Pass.xml

Last change on this file was 32407, checked in by ak19, 6 years ago

The Windows nightly and release binary generation scripts. Task scheduler task on Windows a.o.t. cron. The nightly task is called Nightly First Pass and has been exported from Windows Task Scheduler in xml format.

  • Property svn:mime-type set to application/octet-stream
File size: 3.3 KB
Line 
1<?xml version="1.0" encoding="UTF-16"?>
2<Task version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
3 <RegistrationInfo>
4 <Date>2014-11-17T20:55:50.1891262</Date>
5 <Author>Akapuka\Anupama</Author>
6 </RegistrationInfo>
7 <Triggers>
8 <CalendarTrigger>
9 <StartBoundary>2014-11-17T00:00:00</StartBoundary>
10 <Enabled>true</Enabled>
11 <ScheduleByDay>
12 <DaysInterval>1</DaysInterval>
13 </ScheduleByDay>
14 </CalendarTrigger>
15 </Triggers>
16 <Principals>
17 <Principal id="Author">
18 <UserId>Akapuka\Anupama</UserId>
19 <LogonType>Password</LogonType>
20 <RunLevel>HighestAvailable</RunLevel>
21 </Principal>
22 </Principals>
23 <Settings>
24 <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
25 <DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
26 <StopIfGoingOnBatteries>true</StopIfGoingOnBatteries>
27 <AllowHardTerminate>true</AllowHardTerminate>
28 <StartWhenAvailable>false</StartWhenAvailable>
29 <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
30 <IdleSettings>
31 <StopOnIdleEnd>false</StopOnIdleEnd>
32 <RestartOnIdle>true</RestartOnIdle>
33 </IdleSettings>
34 <AllowStartOnDemand>true</AllowStartOnDemand>
35 <Enabled>true</Enabled>
36 <Hidden>false</Hidden>
37 <RunOnlyIfIdle>false</RunOnlyIfIdle>
38 <WakeToRun>true</WakeToRun>
39 <ExecutionTimeLimit>PT2H</ExecutionTimeLimit>
40 <Priority>7</Priority>
41 </Settings>
42 <Actions Context="Author">
43 <Exec>
44 <Command>C:\Research\Nightly\nightly-with-log.bat</Command>
45 <Arguments>firstpass</Arguments>
46 </Exec>
47 </Actions>
48</Task>
Note: See TracBrowser for help on using the repository browser.