Creating msbuild script to build, publish with specified app.config, and update from different locations

后端 未结 1 873
[愿得一人]
[愿得一人] 2021-01-03 14:37

I have googled everywhere for this solution and cannot find anything!

I want to have a msbuild script to do the following:

  1. Build the project solution
相关标签:
1条回答
  • 2021-01-03 15:35

    You should take a look at MSBuild Batching.

    Here are some links on batching:

    • MSBuild Batching Part 1
    • MSBuild Batching Part 2
    • MSBuild Batching Part 3
    • MSBuild RE: Enforcing the Build Agent in a Team Build
    0 讨论(0)
提交回复
热议问题