1 Star 0 Fork 0

LIN / Coevery

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
DeleteModuleBinaries.cmd 199 Bytes
一键复制 编辑 原始数据 按行查看 历史
Cao Xiangkun 提交于 2013-09-06 14:09 . Initial commit
@echo off
REM Delete all compiled module binaries to force dynamic compilation (.csproj) to kick in
set SRC=src\Orchard.Web\Modules
for /f %%i in ('dir %SRC% /b /ad') do del /q %SRC%\%%i\bin\%%i.dll
C#
1
https://gitee.com/metgo/Coevery.git
git@gitee.com:metgo/Coevery.git
metgo
Coevery
Coevery
master

搜索帮助