Azure DevOps 持续集成CI 配置
Posted tbking-blogs
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Azure DevOps 持续集成CI 配置相关的知识,希望对你有一定的参考价值。
1.获取数据源 Select a scurce
2.NuGet restore,如有自定义的包 可以添加NuGet.config
3.Build Solution。
(MSBuild Arguments :/p:DeployOnBuild=true /p:WebPublishMethod=Package /p:PackageAsSingleFile=true /p:SkipInvalidConfigurations=true /p:PackageLocation="$(build.artifactstagingdirectory)\\" )
4.Copy Files to: $(build.artifactstagingdirectory)
5.Publish Artifact: drop
以上是关于Azure DevOps 持续集成CI 配置的主要内容,如果未能解决你的问题,请参考以下文章