So, I have my deployment working on the assembly, and I configured my assembly to create the deployment package and run the package on the target server. Excellent. Now, however, the application is expanding, and I need to have different configurations on the machine (account names, etc.),
Is it possible to specify the file name "setParameters.xml", for example, "Server1.SetParameters.xml" or the like?
I have copying files through SetParameters.xml before each deployment, but now it seems elegant, and if the file is locked for any reason, it will set the wrong settings on the wrong server.
source share