Hello We are looking for a better way to deploy our software on different servers (customers) with different versions (live, test, ...). The software is a asp.net application and the config file must be adapt to each customer and version, for this reason we use ms deploy with the parameters.xml. At the moment we use a nant build file, which contains all the configurations of all the customers and their versions, the script file just changes the value of the parameters in the setparamaters.xml file in the deploy package. MS deploy then change the config file on the server with the values contained in the setparameters.xml file. We want to keep the ms deploy with the parameters.xml/setparameters.xml method but we want a better way to manage the values of the parameters and don't have them in the nant script, because at the moment only the developers can change or create a new configuration and each time they have to dig in the nant script file. We would like to have a "release manager", where you can have different deploy servers and versions for the same artifact. The release manager should remember the deployed version of the artifact with the values of the parameters. When deploying a new version the values of the parameters are automatically filled with the last used values but they can be changed before deploy the new version. Is it possible to do it with Artifactory?
Thanks -- View this message in context: http://forums.jfrog.org/MS-deploy-and-paramters-xml-tp7579569.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ WatchGuard Dimension instantly turns raw network data into actionable security intelligence. It gives you real-time visual feedback on key security issues and trends. Skip the complicated setup - simply import a virtual appliance and go from zero to informed in seconds. http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
