Click here to Skip to main content
15,886,840 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I'm creating MSbuild script to build our project and wanted to pass parameter from Jenkins to MSbuild.

I have configured parameter value in Jenkins and I need to get that parameter in MSbuild script.

Can any one please guide me what is the command to get parameter from Jenkins?

What I have tried:

I have tried passing the parameter to text file and reading that value in Msbuild script using below line

<ReadLinesFromFile File="E:\ReleaseVersion.txt">
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900