Browse Source

exclude Debugger from binary distribution .zip

pull/348/head
Siegfried Pammer 14 years ago
parent
commit
0748ef1055
  1. 3
      BuildTools/Automated.proj

3
BuildTools/Automated.proj

@ -83,7 +83,8 @@ @@ -83,7 +83,8 @@
</Target>
<Target Name="createsetup">
<CreateItem Include="$(ILSpyBin)\*.dll;$(ILSpyBin)\*.exe;$(ILSpyBin)\*.config">
<CreateItem Include="$(ILSpyBin)\*.dll;$(ILSpyBin)\*.exe;$(ILSpyBin)\*.config"
Exclude="$(ILSpyBin)\*Debugger.*">
<Output TaskParameter="Include" ItemName="BinFileToZip"/>
</CreateItem>
<Message Importance="high" Text="Creating ZIP file $(ArtefactPrefix)$(BuildNumber)_Binaries.zip"/>

Loading…
Cancel
Save