Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="us-ascii"?>
- <WorkOrder xmlns="http://Icod.Wod" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- jobName="Zip up my Interfaces"
- emailTo="Timothy J. Bruce <none@example.com>"
- >
- <steps>
- <fileOperation xsi:type="mkZip" path="%temp%" name="interfaces.zip" codePage="us-ascii" truncateEntryName="false" writeIfEmpty="true" >
- <source path="C:\users\tjb284\Development" name="*.cs" regexPattern="^.+\\I[^\.]+\.cs$" searchOption="AllDirectories" />
- </fileOperation>
- <email
- to="%wod:EmailTo%"
- subject="%wod:JobName%"
- sendIfEmpty="false"
- >
- <attachments>
- <attach path="%temp%" name="interfaces.zip" />
- </attachments>
- </email>
- <fileOperation xsi:type="deleteFile" path="%temp%" name="interfaces.zip" />
- </steps>
- </WorkOrder>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement