Advertisement
uniblab

Untitled

Jun 28th, 2017
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.84 KB | None | 0 0
  1. <?xml version="1.0" encoding="us-ascii"?>
  2. <WorkOrder xmlns="http://Icod.Wod" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3.     jobName="Zip up my Interfaces"
  4.     emailTo="Timothy J. Bruce &lt;none@example.com&gt;"
  5. >
  6.     <steps>
  7.         <fileOperation xsi:type="mkZip" path="%temp%" name="interfaces.zip" codePage="us-ascii" truncateEntryName="false" writeIfEmpty="true" >
  8.             <source path="C:\users\tjb284\Development" name="*.cs" regexPattern="^.+\\I[^\.]+\.cs$" searchOption="AllDirectories" />
  9.         </fileOperation>
  10.         <email
  11.             to="%wod:EmailTo%"
  12.             subject="%wod:JobName%"
  13.             sendIfEmpty="false"
  14.         >
  15.             <attachments>
  16.                 <attach path="%temp%" name="interfaces.zip" />
  17.             </attachments>
  18.         </email>
  19.         <fileOperation xsi:type="deleteFile" path="%temp%" name="interfaces.zip" />
  20.     </steps>
  21. </WorkOrder>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement