فهرست منبع

Change nant distbin target to also remove ThirdParty/ source code when making binary distribution

Justin Clark-Casey (justincc) 11 سال پیش
والد
کامیت
1945f0023a
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      .nant/local.include

+ 1 - 0
.nant/local.include

@@ -43,6 +43,7 @@
   <delete dir="${distbindir}/Prebuild"/>
   <delete dir="${distbindir}/%temp%"/>
   <delete dir="${distbindir}/.nant"/>
+  <delete dir="${distbindir}/ThirdParty"/>
   <delete>
     <fileset basedir="${distbindir}">
       <include name="compile.bat"/>