小编Jos*_*man的帖子

使用 msbuild 命令行转换 web.config

希望设置 jenkins 来部署我的网络应用程序,我正在使用脚本

msbuild WEB.csproj /p:Configuration=stage /t:Build /p:PrecompileBeforePublish=true /p:OutputPath=c:\test /p:DeployOnBuild=true /p:AutoParameterizationWebConfigConnectionStrings=False
Run Code Online (Sandbox Code Playgroud)

我获得了 Web 应用程序,_PublishedWebsiteweb.config需要进行转换。有小费吗?

c# msbuild visual-studio web-config-transform jenkins

1
推荐指数
1
解决办法
637
查看次数