Skip to main content

Hi,


I need some help on how to deploy/create string table variable on a different machine. We have a setup where in we have separate development machine and build machine. On build machine we need to check in our VS solution file (consisting of kprx file) which compiles and creates deployment solution. Now, on development machines I have created few String table variable which should get created on build machine before it starts compiling the project. Can I create string table variable via some script on build machine as I dont want to do manually on that machine.


Regards,


Gaurav

Hi Gaurav,


You can include the string variable in the .msbuild file that will be used to deploy the workflow in other servers.


Regards,


Thileeban.C


Hi Thileeban,


Thanks for your answer.


Regards,


Gaurav


 


Reply