setlocal enabledelayedexpansion
set ProjectName=$(ProjectName)
del /s /q /f "$(ProjectDir)bin\Debug\*.xml"
"E:\WinRar\WinRAR.exe" a -r -ep1 "C:\Users\Administrator.DESKTOP-KTHCAT9\Desktop\!ProjectName!.zip" "$(ProjectDir)bin\Debug\*.*"
Vs生成后 自动压缩 删除多余xml
阅读 35
2023-11-29
setlocal enabledelayedexpansion
set ProjectName=$(ProjectName)
del /s /q /f "$(ProjectDir)bin\Debug\*.xml"
"E:\WinRar\WinRAR.exe" a -r -ep1 "C:\Users\Administrator.DESKTOP-KTHCAT9\Desktop\!ProjectName!.zip" "$(ProjectDir)bin\Debug\*.*"
相关推荐
精彩评论(0)