<!--  
    Pre build tasks 
    User powershell to CLEAN the directory, it doesn't remove the parent as this will be in use by cc.net 
-->
<prebuild> 
  <exec> 
    <executable>powershell.exe</executable> 
    <buildArgs><![CDATA[-command "& {if( [System.IO.Directory]::Exists($pwd) ){dir $pwd | ri -recurse -force}}"]]></buildArgs> 
  </exec> 
</prebuild>

相关文章:

  • 2022-01-29
  • 2021-05-23
  • 2022-12-23
  • 2021-06-30
  • 2022-12-23
  • 2021-12-31
  • 2021-10-01
  • 2021-12-09
猜你喜欢
  • 2021-10-25
  • 2022-12-23
  • 2021-05-31
  • 2021-06-01
  • 2021-11-06
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案