我开发了一个小型部署系统,在这一步中,我必须告诉MSBuild(或其他任何我不知道的)构建Web项目并将其发布到文件系统文件夹。 / p>
这是我正在使用的命令行:
MsBuild D:\Web.csproj /p:DeployOnBuild=true /p:PublishProfile=Stage.pubxml
但是,它的行为与使用Visual Studio单击项目上下文菜单上的Publish
按钮时的行为不同。
当我在Visual Studio中按“发布”按钮时,如何找出幕后执行的命令?
也许我正在为Windows搜索Wireshark(用于网络)或SQL Server Profiler(用于SQL Server)。