Deploying a Build Configuration
Hi,
I have a build that creates 2 configurations: Sandbox and Release. I have it deploying automatically to our testing server, but it currently deploys the Release build. Is there a way to specify which configuration to deploy? I am doing a Web Deploy Environment deployment. It is being configured on the Deployment tab on the UI.
Thanks,
Keith
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Ilya Finkelshte... on 24 Nov, 2017 07:19 PM
Sure, please read about conditional deployment here. When you set configuration in AppVeyor build settings, environment variable called
CONFIGURATION
is available and can be used as a condition.Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:25 AM.