自动构建部署
Posted 以一化万,万剑归一。
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了自动构建部署相关的知识,希望对你有一定的参考价值。
--满足条件,替换为正式环境的dll
if not $(ConfigurationName) == Pro goto end
xcopy $(SolutionDir)release $(SolutionDir)debug\bin /E /I /Y
:end
--web.Pro.config
<connectionStrings>
<add name="MyDB"
connectionString="Data Source=ProSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
<appSettings>
<add key="test" value="web.pro.config" xdt:Transform="SetAttributes(value)" xdt:Locator="Match(key)"/>
</appSettings>
以上是关于自动构建部署的主要内容,如果未能解决你的问题,请参考以下文章
GitHub + circleCI 自动构建/自动部署 应用