سؤال

I'm using Windows Azure.

Is there a way to deploy the shelved changes to a demo production environment, to verify it works fine, before deploying an actual release?

هل كانت مفيدة؟

المحلول

Start a private build with shelveset using the TFSBuild command. E.g.:

TFSBuild start /shelveset:"my shelveset" /buildDefinition:"1.0_CI" \collection:http:\\tfs:8080\tfs\DefaultCollection

نصائح أخرى

First, you need to configure the trigger setting option of build definition to Gated Check-in. enter image description here

Then, when queuing a build you will get an option to mention the shelveset details for the deployment.

enter image description here

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top