<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/msbuildtasks/ICSharpCode.SharpZipLib.dll</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -17,7 +17,7 @@
 &lt;Import Project=&quot;lib\MSBuildTasks\MSBuild.Community.Tasks.Targets&quot; /&gt;
 
 
-&lt;Target Name=&quot;Build&quot; DependsOnTargets=&quot;Clean;Compile;Test;Document;Merge;Package&quot; /&gt;
+&lt;Target Name=&quot;Build&quot; DependsOnTargets=&quot;Clean;Compile;Test;Document;Merge;Publish&quot; /&gt;
 
 &lt;Target Name=&quot;GenerateBuildInfo&quot; Condition=&quot;$(RunningOnBuildServer)&quot;&gt;
   &lt;AssemblyInfo CodeLanguage=&quot;CS&quot; OutputFile=&quot;src\docu.console\BuildInfo.cs&quot;
@@ -54,12 +54,15 @@
   &lt;/ItemGroup&gt;
   &lt;Copy SourceFiles=&quot;LICENSE.txt&quot; DestinationFolder=&quot;artifacts&quot; /&gt;
   &lt;Copy SourceFiles=&quot;@(DefaultTemplates)&quot; DestinationFolder=&quot;artifacts\templates\%(DefaultTemplates.RecursiveDir)&quot; /&gt;
-  
+&lt;/Target&gt;
+
+&lt;Target Name=&quot;Publish&quot; DependsOnTargets=&quot;Package&quot; Condition=&quot;$(RunningOnBuildServer)&quot;&gt;
+  &lt;!-- All files in artifacts\published will be available for download from the teamcity.codebetter.com website --&gt;
   &lt;ItemGroup&gt;
     &lt;FilesToZip Include=&quot;artifacts\**&quot; /&gt;
-    &lt;Zip Files=&quot;@(FilesToZip)&quot; ZipFileName=&quot;artifacts\published\docu_$(BuildVersion).zip&quot; /&gt;
   &lt;/ItemGroup&gt;
-  
+  &lt;MakeDir Directories=&quot;artifacts\published&quot; /&gt;
+  &lt;Zip Files=&quot;@(FilesToZip)&quot; WorkingDirectory=&quot;artifacts&quot; ZipFileName=&quot;artifacts\published\docu_$(BuildVersion).zip&quot; /&gt;
 &lt;/Target&gt;
 
 &lt;/Project&gt;
\ No newline at end of file</diff>
      <filename>Build.proj</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>85ca004bd0bf0bcd3ec116e269057eef6726a92a</id>
    </parent>
  </parents>
  <author>
    <name>Joshua Flanagan</name>
    <email>joshuaflanagan@gmail.com</email>
  </author>
  <url>http://github.com/jagregory/docu/commit/bbbd08669ccd1ac5b0c779dbc7044177b79153e3</url>
  <id>bbbd08669ccd1ac5b0c779dbc7044177b79153e3</id>
  <committed-date>2009-05-20T16:52:54-07:00</committed-date>
  <authored-date>2009-05-20T08:48:26-07:00</authored-date>
  <message>Only publishing files in artifacts\published

Signed-off-by: James Gregory &lt;james@jagregory.com&gt;</message>
  <tree>73b62e1027a79b1c5d79bee8cc2c4e4be8624487</tree>
  <committer>
    <name>James Gregory</name>
    <email>james@jagregory.com</email>
  </committer>
</commit>
