Multiple Publish Profiles using MSBuild

Hi,
I recently set up a build server for our web project using Team Foundation Server and MSBuild. On the Team Foundation Server I can specify a Publish Profile for each build configuration to have the web site published to a web server on each build execution.
But so far I am only able to set ONE Publish Profile. Is there any way to specify multiple profiles to be able to publish to different web servers?
Kind regards
Kai Hartmann

Hi Kai,
Based on your description, seems you'd like to deploy the build output to multiple target environments. As far as I know, for each build execution with MSBuild, you might specify one publish profile in your build definition to do the publish. But it's possible
to run post build script to publish the same build output to different web servers after building. And you can refer to this
blog for more information.
Another way is use Release Management for Visual Stduio 2013, and it's a simple way to reuse the build output to do the deployments. In the relsease, you can change its property to select the build that your want to publish.
Best regards,
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • ITunes in Multiple Windows Profiles using same library files.

    I am running Windows Vista Ultimate with iTunes 7.1.1.5.
    I have two windows users created on the machine and I have my iTunes library files installed to c:\iTunes both user accounts see the music just fine. The issue that I am having is when I attempt to purchase music from the iTunes store. iTunes in each windows profile will purchase music and download it, add it to the purchased playlist. The issue is that the other windows profile cannot see this purchased music. I have verified that the downloaded music was in the c:\itunes folder, but each windows profile seems to have a different purchased playlist.
    Is there some secret to having two windows profiles on the same computer use the same iTunes library?
    Thanks
    ~Shane
      Other OS  

    Anything downloaded for the library of one profile must be added to the other profile by hand. iTunes does not support doing this automatically, no folder watching feature like other clients have.
    iTunes library files are the itunes.itl and itunes.xml file within the iTunes folder for each user.
    A good reason for this is podcast subscriptions. Each user can be subscribed to the same podcast. Downloads will be duplicated but this allows one user to delete episode without affecting the other user.

  • Can you use a publishing profile to deploy to multiple locations?

    Is there a way to deploy my web app to multiple locations?  Right now I am using a publishing profile (example below) and tried to use MSDeploy to deploy to my server and then just to a network location by having multiple PropertyGroup attributes.
    Without creating two builds (one to deploy to the server and a second to the file system) how can I do this?  The code below doesn't cause any errors but it only uses the last PropertyGroup.
    Any suggestions?
    <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      <PropertyGroup>
        <WebPublishMethod>MSDeploy</WebPublishMethod>
        <SiteUrlToLaunchAfterPublish>https://myserver/app</SiteUrlToLaunchAfterPublish>
        <MSDeployServiceURL>https://myserver:8172/msdeploy.axd</MSDeployServiceURL>
        <DeployIisAppPath>myserver/app</DeployIisAppPath>
        <RemoteSitePhysicalPath />
        <SkipExtraFilesOnServer>False</SkipExtraFilesOnServer>
        <MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
        <UserName />
        <AuthType>NTLM</AuthType>
        <DeployAsIisApp>False</DeployAsIisApp>
        <IncludeSetACLProviderOnDestination>False</IncludeSetACLProviderOnDestination>
        <AllowUntrustedCertificate>True</AllowUntrustedCertificate>
      </PropertyGroup>
      <PropertyGroup>
        <WebPublishMethod>FileSystem</WebPublishMethod>
        <SiteUrlToLaunchAfterPublish />
        <publishUrl>\\networkfolder\app</publishUrl>
        <DeleteExistingFiles>True</DeleteExistingFiles>
      </PropertyGroup>
    </Project>

    Hi,
    Thank you for your response information.
    I am trying to involve someone to further look at this issue. There might be some time delay. Appreciate your patience.
    Thank you for your understanding and support.
    Regards,
    Lily Wu
    MSDN Community Support | Feedback to us
    Develop and promote your apps in Windows Store
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Creating multiple profiles, using unified profile types, to store multiple values for same properties

    Hi All:
    I am trying to create multiple profiles, using unified profile types, to
    store multiple values for same properties. Here my intention of using
    'unified profile types' is to create multiple profiles (to store multiple
    values for a property). All the properties are stored in the same database
    maintained by Personalization server. Also, I am trying to use the same
    'USER' ejb as profile class/home/pk/jndi.
    The scenerio is,
    define unified profile types (Business, Vacation) using Personalization
    admin tools, using com.beasys.commerce.axiom.contact.User,
    com.beasys.commerce.axiom.contact.UserHome,
    com.beasys.commerce.axiom.contact.UserPk,
    com.beasys.commerce.axiom.contact.User for Profile Class, Home, Pk class,
    JNDI name respectively.
    Define Property set 'HotelCommerce' with property
    HotelProp as single, restricted, text (valid values Single, Double)
    Now you can use the attached jsp files to login as a user and try to set the
    property value for HotelProp for each profile. As per my understanding, I
    was expecting that I can set different values for the property 'HotelProp'
    for each profiles. But unexpectedly, all the profiles get the same value.
    Question. is it the correct behavior? if yes, how can I achieve this
    functionality?
    if not, do you see any problem in my scripts?
    your answer asap is appreciated. we need to make decision on using
    Personalization server v/s developing our own Personalization server!!!:)
    thanks,
    -rajesh
    PS: I have tried 'Unified Profile Example' type too, but that did not work.
    [propsettest.jsp]
    [home.jsp]

    I am trying to create multiple profiles, using unified profile types, to
    store multiple values for same properties. Here my intention of using
    'unified profile types' is to create multiple profiles (to store multiple
    values for a property). All the properties are stored in the same database
    maintained by Personalization server. Also, I am trying to use the same
    'USER' ejb as profile class/home/pk/jndi.Hello Rajesh,
    This is not the purpose of the UUP. The UUP is used to allow existing
    database schemas to be aggregated with the existing Weblogic Personalization
    Server database schema to provide a single, customized user profile with which
    to maintain the user properties (
    http://e-docs.bea.com/wlcs/p13n/users.htm#1068901 )
    If you want to have properties that change value based on some "profile" or
    classification of a user, then you should use classifier rules to change the
    user from "OnVacation" to "AtWork" or "AtHome". You can use these classifier
    rules to select content for the user or conditionally execute logic (
    http://e-docs.bea.com/wlcs/p13n/rules.htm )
    Ture Hoefner
    BEA Systems, Inc.
    1655 Walnut Street; suite 200
    Boulder, CO 80302
    www.beasys.com

  • Publishing using MSBuild without forcing a rebuild of the project

    I am using a multi-step build process to build out my solution including a step where I am versioning my assemblies and then building my project.
    It seems that the MSBuild Publish step outlined in this article: http://sedodream.com/2013/09/21/HowToExtendTheWebPublishProcessWithoutModifyingProjectContents.aspx forces
    a rebuild of the project regardless of whether I need a build or not.
    Is there a way to simply just Publish the contents of a project without requiring a build/rebuild of the project?
    Please advise.
    Thanks.

    Hello,
    I'm not so sure whether I ms-understand something here.
    But as far as I know, we cannot prevent building when publish the project. Any publish step in Visual Studo will first build the project then publish. Do you mean you just want to copy your files to the location you want? If that is the
    case, what about consider using some scripts but not msbuild?
    If you choose to use msbuild to publish the project, the common step should involve the build process so that the project can be used by others.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Multiple questions about using iWeb '09 with my Host Excellence, GoDaddy & Storenvy Accounts. Can you Help?

    Hello, my name is Luis Diaz and I have always appreciated the help here in the iWeb community.  I've been using iWeb for a long time. For some reason my usernames are not working lately - LuisDiazArt or RabidArt)
    I updated my domain service with Host Excellence before MobileMe expired and thank you guys for the help with that. So far it's been a flawless service and because of that I'm very happy. I also have all my domains in GoDaddy. They have been very helpful
    Okay I'm going to try to explain my current problem. I'm trying to create a subdomain in GoDaddy for my website: LuisDiazArt.com
    I went and added a Subdomain in the Control Panel as: store.LuisDiazArt.com The subdomain suppose to mask my store: luisdiaz.storenvy.com
    I thought by adding this subdomain it would make all the addresses look similar (and more clean) just in case someone gets lost along the way.
    So what's happening after I waited an hour is I'm getting: http://store.luisdiazart.com/LuisDiazArt.com/Art_of_Luis_Diaz_%7C_LuisDiazArt.co m.html
    I'm getting the huge and familair long addresses and it is not pointing to my store, but to the homepage.
    Did I do something wrong or do I not understand something fully about subdomains? I thought you can make a subdomain point to another site. Perhaps it can't be done the way I'm thinking about this.
    So to fix this issue I am thinking about making a duplicate website with a different domain name (RabidArt) and mask it with LuisDiazArt (this is site name I use on business card and everything else).  After that make a subdomain with the same: http://store.luisdiazart.com
    Perhaps this may fix the problem.
    So to do this I may need to add another site onto my account (Basic and not Business) on HostExcellence.
    So my other questions are:
    Can I have multiple domains or websites using iWeb on a Basic Host Excellence Account? I checked out a few websites, but couldn't really find out if I can have multiple domains/websites using iWeb on Host Excellence with my current account.
    I do know how to make a new duplicate site, but do you publish it the same way as you would with the regular site or do I have to so something different?
    Hopefully the problem can be fixed not having to do a new site and maybe it was something I did wrong when I added a subdomain.

    To add more domains you need to upgrade your account.
    To have a sub domain for your store you need to create a separate site in iWeb and upload these files to the store.luisdiazart.com folder.
    The files for the main site go in the luisdiazart folder.
    Use an external hyperlink to link one to the other.

  • ITunes U Publishing Profile in Camtasia Relay

    I work for UMass Boston and am in the process of trying to set up a publishing profile in Camtasia Relay to our iTunes U site. My issues is with the site URL as it exceeds the character limit set in the iTunes U profile creator in Camtasia.
    I was wondering if anyone had any success with setting this up on their campus and if so if you could provide me with any information as to how you were able to get this working.
    Thank you

    Yes, it sounds like you are using the original iTunes U tools. You can request that Apple create an iTunes U Public Site Manager account for your institution by submitting a support form.
    That original site was used for both private and public content up until the time that Apple released iTunes U Public Site Manager (iTUPSM). iTUPSM was created as the dedicated tool for managing public sites and the original tool was from then on to be used for private sites.
    These private sites have become a bit of a legacy as Apple has been focusing on iTunes U Course Manager (the tool used by faculty to create courses which can be public or private through a managed roster) and iTunes U Public Site Manager.

  • Invalid website publish settings file to import publish profile

    I am new user of Azure. I created a virtual machine through Azure's website, and ran "Get-AzurePublishSettingsFile" command to download the publish setting file. I later used VS 2012 to publish an ASP.NET website. After selecting the downloaded
    publish setting file, an error shows up saying that "Invalid website publish settings file to import publish profile".
    It should be noted that I wasn't able to find "Download the publish profile" on Azure's website itself. The Dashboard page didn't have the link to download the publish profile. 
    I am wondering what might be the cause of the error? How to fix it? Thanks for any thoughts in advance!
    lakeeast

    When running Get-AzurePublishSettingsFile, I actually downloaded the publish profile successfully. The problem is with importing the file: after selecting the publish profile in Visual Studio, I got the error ""Invalid
    website publish settings file to import publish profile".
    Did anyone else run into the same problem? 
    lakeeast

  • Receiving multiple duplicate emails using Outlook 2010

    I am receiving multiple duplicate emails using Outlook 2010. The email receiving, can go up to few hundreds copies. Not
    all emails i receive will be duplicated. There is no common sender for those affected emails. Usually when i received email from my Outlook 2010 the email in Outlook Web Access will be gone. But this time round for those affected duplicating emails, it still
    can be found in the Outlook Wed Access. Any solution for this problem? Currently
    I would need to go into the Outlook Web Access to delete the affected email then the duplication will be stop. Or I would need to cancel the Send/Receive & restart Outlook. But this 2 method is only temporary solution. The problem will keep coming
    back. 

    Dear Jeremycny,
    I think you are working with a POP3 account and issue of replicated emails in Outlook is common in the case of POP3 connection. So, first of all uncheck the
    “Leave a copy of messages on the server” option and see the results.
    Also, see the TasK Manager, if there are multiple “Outlook.exe” are running under the
    “Processes” tab, then end the unnecessary programs as each of them downloading the same email multiple times.
    Apart from it, if there are numbers of factors behind the replication of emails in Microsoft Outlook such as:
    Rules (Exploiated Rules)
    Scanning Programs Integration
    Damaged Outlook Profile
    Robert’s have defined these bugs in a more profound manner in his blog, so take more help from the given source:
    http://www.howto-outlook.com/faq/duplicates.htm
    Note: Improve community discussions by marking the answers helpful otherwise respond back for further help.
    Thanks & Regards
    Clark Kent

  • Play multiple published files

    I had been using Jesse Wardens's excellent Captivate Player ver 1.2 for quite a while to play multiple published files. Now that I upgraded to CP5 the player no longer works - I'm sure because of the action script version change.
    Does anyone know of a similar player that will allow the student to basically navigate multiple published .swf files like Jesse's?
    Regards,
    Kevin

    Hi kmarty,
    did you try the Captivate own Aggregator file creator.
    File > New > Aggregator Project
    Add several files and play them.
    If you set in the first of the imported files the TOC to overlay, it will be available for all files.
    Plus the names in the Aggregator list can be changed and these are shown in the TOC too.
    Best
    TD

  • Running multiple User Profile Service Applications -- recommendations, pitfalls, etc.

    I have a farm with one WFE, one APP, and one SQL server. The User Profile Service runs on both WFE and APP, the User Profile Sync Service is on the APP server. There is a single User Profile service application running that pulls from 4 different AD
    import sources: two in the US, one in London, and one in Mexico.
    There is a nightly incremental synch.
    There is an issue where the London users need the synch to occur hourly.
    There are some complexities with one of the US sources in that would make it difficult to run the current User Profile service hourly, plus there is a performance concern.
    I'm interested in possibly creating a second User Profile Service Application that reads only from London and runs hourly.
    Beyond creating the User Profile service and scheduling hourly, what should I be concerned about?
    Will I need to (re)create new Audiences based on those from the original User Profile Service App? Run them immediately after User Profiles? Will there be an interruption in access during that gap?
    Recreate custom User Properties?
    Recreate any Forefront modifications?
    New Profile/Sync/Social DBs?
    etc?
    Thanks,
    Scott

    Hi Scott,
    According to your description, my understanding is that you want to use multiple user profile service application.
    Yes, you can do it. Only one user profile application can be configured to work with the Profile Synchronization Instance. If you want more UPS instance, you need to start UPS on different server.
    Here are some similar posts for you to take a look at:
    https://social.technet.microsoft.com/Forums/en-US/c922d0a8-db7f-4bdd-87a2-686c836bf406/is-it-possible-to-have-multiple-user-profile-service-applications-on-a-single-server-farm?forum=sharepointadminprevious
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/c771591b-bff6-4d57-99a1-7d46ca1d9903/multiple-user-profiles-service-applications?forum=sharepointgeneralprevious
    https://social.technet.microsoft.com/Forums/en-US/26da9723-70a5-43a2-a2b5-faebe60dbe1a/is-it-possible-to-have-multiple-user-profile-service-applications-on-a-single-farm?forum=sharepointadminprevious
    Best Regards,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • Subject: Outlook Connector (Multiple Connector Profiles)

    Subject: Outlook Connector (Multiple Connector Profiles)
    What is the best process to install/configure multiple Outlook Connector profiles?
    I.E have onc PC setup to allow more than one user access their own (IMAP/CAL/UWC) accounts via Microsoft Outlook 2003 enable with the Sun Java Connector.
    Message was edited by:
    MudNet

    There has been an RFE kicking around for some time about having an option to configure the connector to either use the ABS or the local file for a users Personal Address Book.
    RFE: 6206267
    Unfortunately, this has no current implementation date so I cannot say if/when such an RFE might be implemented. Currently you have to point the Connector at the ABS.

  • How do multiple family members use iTunes.? One account or multiple?

    How do multiple family members use iTunes. One account right now but apps gets added to all devices and iTunes messages go to all devices.  Can multiple accounts be setup and still have ability to share purchased items?

    Hey Ajtt!
    I have an article for you that can help inform you about using Apple IDs in a variety of ways:
    Using your Apple ID for Apple services
    http://support.apple.com/kb/ht4895
    Using one Apple ID for iCloud and a different Apple ID for Store Purchases
    You can use different Apple IDs for iCloud and Store purchases and still get all of the benefits of iCloud. Just follow these steps:
    iPhone, iPad, or iPod touch:
    When you first set up your device with iOS 5 or later, enter the Apple ID you want to use with iCloud. If you skipped the setup assistant, sign in to Settings > iCloud and enter the Apple ID you’d like to use with iCloud.
    In Settings > iTunes and App Stores, sign in with the Apple ID you want to use for Store purchases (including iTunes in the Cloud and iTunes Match). You may need to sign out first to change the Apple ID.
    Mac:
    Enter the Apple ID you want to use for iCloud in Apple () menu > System Preferences > iCloud.
    Enter the Apple ID you want to use for Store purchases (including iTunes in the Cloud and iTunes Match) in Store > Sign In. In iTunes 11, you can also click iTunes Store > Quick Links: Account.
    PC (Windows 8):
    Enter the Apple ID you want to use for iCloud in the Control Panel. To access the iCloud Control Panel, move the pointer to the upper-right corner of the screen to show the Charms bar, click the Search charm, and then click the iCloud Control Panel on the left.
    Enter the Apple ID you want to use for Store purchases (including iTunes in the Cloud and iTunes Match) in iTunes. In iTunes 10, select Store > Sign In. In iTunes 11, click iTunes Store > Quick Links: Account.
    PC (Windows 7 and Vista):
    Enter the Apple ID you want to use for iCloud in Control Panel > Network and Internet > iCloud.
    Enter the Apple ID you want to use for Store purchases (including iTunes in the Cloud and iTunes Match) in iTunes 10 in Store > Sign In. In iTunes 11, click iTunes Store > Quick Links: Account.
    Note: Once a device or computer is associated with your Apple ID for your iTunes Store account, you cannot associate that device or computer with another Apple ID for 90 days. Learn more about associating a device or computer to your Apple ID.
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • What happens on iCloud (ex. contacts) when multiple family members use the same Apple ID?

    What happens on iCloud when multiple family members use the same Apple ID?  For example if we all choose to use iCloud for contacts, are they all merged together?  We use the same Apple ID so we can use find my iPhone to keep track of the whole family.

    Of course if you are both connected to the same iCloud account you have the same contacts - what did you expect?. The contacts live on the server and are read from there by the devices; so as you've both managed to sync your contacts up to iCloud they are now inextricably mixed. You can only delete your contacts by deleting individual ones, and doing that will delete them from your phone as well.
    You can only unravel this by
    1. In the iCloud contacts page at http://icloud.com, select all the contacts, click on the cogwheel icon at bottom left and choose 'Export vCard'.
    2. Sign out of System Preferences>iCloud
    3. Create a new Apple ID and open a new iCloud account with it for your own use.
    4. Import the vCard back into the iCloud contacts page.
    5. Go to http://icloud.com and sign in with the original ID. This is now his ID. Work through the contacts individually deleting the ones you don't want him to have. When done sign out and advise him to change his password.
    6. Go to the new iCloud account and delete his contacts individually.
    Of course if you have also been syncing calendars and using the same email address there are problems with doing this.

  • HT204053 I have multiple family members using one apple id account and all of each others information is going onto each others phones/how do i stop this?

    I have multiple family members using one apple id and all of our data is going onto each others phones/how do i stop this?

    Each person needs to have their own separate Apple ID along with their own separate computer user account and iTunes Library.

Maybe you are looking for

  • How to hide the information box in Jave script if the IR report is no data?

    dear all: if the IR report desn't catch the data . the system show "Essbase Query :No rows retried" message . we have to click the "OK" buttion to continue it . but if my report is runing by JAVA script , the message shows it too. i want to hide the

  • How to access the serial port in Java?

    How can I initialise and access the serial port for writing and reading data from it? Are there any code examples available?

  • Mac Mini Yosemite Install - Reboot Back to Mavericks

    I finally decided to upgrade my Mac Mini HTPC to Yosemite. I run the installer, says it's going to install, reboots, does the spinner for a bit, reboots again and I'm back at the login screen in Mavericks. If I login, it's like I never tried to insta

  • How to disable Open File dialog in Preview

    After I upgraded from Mavericks to Yosemite, Preview app started popping up the Open File dialog box every time I launch it.  It used to just launch and do nothing. Is there a way to prevent Preview in Yosemite to present the Open File dialog box to

  • New Mac Mini. Can not boot for the first time.

    Hello Mac to all the mini community. I recently buy a mac mini and it is not able to boot for the first time. The only progress is the apple logo, the grey screen and the loading circle. I was able to boot in safe mode by holding the power button and