我目前正試圖設置使用MSBuild的自動化發佈,現在意識到它從MSBuild而不是Visual Studio中產生不同的輸出。我不知道我在這裏失去了什麼,但由於某種原因,它將不同的項目文件複製到路徑Web項目目錄中。從MSBuild發佈時發佈有不同的輸出
有沒有辦法使用MSBuild來模擬Visual Studio發佈?我目前正在做一個果園工程,認爲這值得一提。
這是我目前正在使用要做到這一點的命令:
/p:PublishProfile="exampleprofile";DeployOnBuild=true;VisualStudioVersion=12.0;
FrameworkPathOverride="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v4.5";
PublishProfileRootFolder=%WORKSPACE%\src\Orchard.Web\Properties\PublishProfiles;
Password=ExamplePass;Configuration=Release
你使用MSBuild時使用發佈任務嗎? (/ p:發佈) – Chirac 2015-04-06 10:21:00
你有這樣的例子嗎?有多個發佈配置文件,所以我需要指定哪一個 – 2015-04-09 19:03:25