Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
248 views
in Technique[技术] by (71.8m points)

How can I build a msbuild project into different folders?

Have a good day. Most likely they solved such questions, but, in my case, the option p:/OutputPath and p:/OutDir do not work. gives an error like this - MSBUILD : error MSB1008: Only one project can be specified.

I also googled it, wrote something like changing a parameter in csproj. But, my senior colleague before leaving did not recommend replacing something in the project itself.

Please tell me what I'm doing wrong.

I tried like this:

p:/OutputPath=C:JenkinsworkspaceApiApi_DEVAPI_Build_MasterVarious/p:/AutoParameterizationWebConfigConnectionStrings=false/p:Build=True/t:Clean,Rebuild

Desired output, I want to build the msbuild project depending on the branch. That is, if the parameter branch = master, then build the project in

"C:JenkinsworkspaceApiApi_DEVAPI_Build_MasterMaster"

If not, then in

"C:JenkinsworkspaceApiApi_DEVAPI_Build_MasterVarious"

Maybe you can do it like this: C:JenkinsworkspaceApiApi_DEVAPI_Build_Master%branch%"

Doing in step msbuild jenkins

question from:https://stackoverflow.com/questions/66061907/how-can-i-build-a-msbuild-project-into-different-folders

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...