Browse Source

Remove setup\bin directory to get rid of the .wixpdb file

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3775 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts 3.0-RC
Christoph Wille 17 years ago
parent
commit
17c95c5a35
  1. 4
      src/Automated.proj

4
src/Automated.proj

@ -106,6 +106,10 @@ @@ -106,6 +106,10 @@
<Move SourceFiles="$(SharpDevelopSrc)\setup\bin\SharpDevelop.msi"
DestinationFiles="$(ArtefactsOutputDir)\$(ArtefactPrefix)$(BuildNumber).msi"/>
<RemoveDir
Directories="$(SharpDevelopSrc)\setup\bin" />
</Target>
<Target Name="zipsource">

Loading…
Cancel
Save