2013-06-21 85 views
-1

我在我的後期構建事件中有以下行。我想將除excludedfileslist.txt中的文件類型(其中當前只有.cs)中的所有文件和文件夾複製到我的Web項目中。VS2012構建XCopy排除不工作?

xcopy /r /d /i /s /y /exclude:$(SolutionDir)excludedfileslist.txt $(SolutionDir)MyForum.Logic\App_Plugins\ $(SolutionDir)MyForum.Web\App_Plugins\ 

但是當我運行它,我得到以下錯誤

exited with code 4. 

我已經檢查錯誤列表中的文件路徑在VS2012並創建完整的文件路徑是正確的?所以我很難爲什麼這不起作用。

+0

http://stackoverflow.com/questions/3861474/command-copy-exited-with-code-4-when-building-visual-studio-restart-solves -它 –

回答

0

忽略我已經整理它

xcopy /r /d /i /s /y /exclude:$(SolutionDir)excludedfileslist.txt "$(SolutionDir)MyForum\App_Plugins" "$(SolutionDir)MyForum\App_Plugins\"