伙计们,
我试图使用下面的命令行运行构建,但每次都有一个提示,这会引起麻烦.我必须手动解决此问题,无法运行自动构建.
$currentScriptPath = (pwd).Path $solution = "$($currentScriptPath)\foobar_Msi.sln" $project = "$($currentScriptPath)\foobarSetup\foobarSetup.vdproj" $BuildLog = "$($currentScriptPath)\buildlog.txt" $devEnvCom = "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.com" $devEnvExe = "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe" $PackagePath = "$($currentScriptPath)\ReleasePackage" . . . & $devEnvCom $solution /project $project /Build release /Out $BuildLog
将IIS Express设置应用于项目"Foobar.UI"的服务器URL" http:// localhost:2943 / " 时发生错误.您可能必须手动编辑applicationHost.config文件,并使您的站点的更改能够正确运行
我在文档中清除了IISAppsettings,尝试了非交互式命令行参数,更改了构建服务器applicationHost.Config文件中的绑定,但没有任何作用.