3
我試圖在Visual Studio的Post build事件中運行批處理文件。在VS2012中發佈構建事件。運行批處理文件
推薦Can we execute a .bat file in post build event command line in visual studio?作爲參考。
當我張貼線
xcopy "$(ProjectDir)bin" "$(SolutionDir)Deploy\bin" /S in postbuild
時得到預期的結果
同一行我把蝙蝠打過電話
call "$(SolutionDir)\Deploy.bat"
或
call "Physical path\deploy.bat"
上午越來越用代碼1興奮。我在這裏做錯了什麼?
我可以在批處理文件中指定宏嗎?
感謝
你在'deploy.bat'中做了什麼?你確定它沒有錯誤嗎?你有沒有嘗試從msbuild啓用診斷日誌記錄,看看它是否會給你更多的細節? – outcoldman 2013-04-24 07:49:20