asp.net mvc - Package multiple publish profiles .pubxml after a successful build in Jenkins CI -


i'm using jenkins continuous integration.

right have job command in jenkins in command line arguments build step:

enter image description here

this command:

"%workspace%\oevizion\itvizion.oevizion.web\itvizion.oevizion.web.csproj" /p:deployonbuild=true /p:publishprofile="it vizion - web deploy package given domain.pubxml" 

it works fine, is, web deploy package (.zip) created in specified folder defined in .pubxml file.

however i'd generate .zip web deploy package each of .pubxml files have (right 3) specific itvizion.oevizion.web.csproj in single shot\command.

with i'd have multiple .zip packages different settings ready deployed different servers every time commit pushed repository , project builds successfully.

is possible? how should approach this?

after posting question saw way go this: add multiple build steps. 1 each .pubxml file. way build process run 3 times 3 publish profiles , you'll end 3 web deploy .zip packages @ end of job execution in jenkins. nice.


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -