Questions tagged [automated-deployment]
65 questions
0
votes
1 answer
tfs build can't find resx files
I am trying to use automated builds and deployments to our test IIS web server, however, as of recently, for some reason, the builds are failing with reasons for:
Cannot find Errors.resx
Errors.resx is a file within the project, and it's checked…

Stuart.Sklinar
- 3,683
- 4
- 35
- 89
0
votes
1 answer
TFS Build Workflow InvokeProcess PsExec
I am trying to run a batch file automatically during a build from a TFS build workflow. I have added an InvokeProcess activity with the following:
Arguments: "\\" + agent + " /accepteula -u username -p password -d C:\HelloWorld.bat"
…

Aaron Davis
- 281
- 1
- 5
- 22
-1
votes
1 answer
Tfs automated release at which step tokenization evaluated
I have three different environment QA and PreProd and Prod.
My question is
I have particular build# deployed on QA and PreProd and just before promoting the same for Prod we updated some Prod environment variable value(this variable replaces…

user2508905
- 1
- 1
-2
votes
1 answer
VMware - Deploy from Template - VM should be powered off
Actually i am using Ansible to automate the deployment process off my VMs. I am able to deploy a VM with Ansible in my ESX Environment, this VM will be depolyed from a Template.
So now i need to make sure, that the VM is powered off, when it's…

Kevin-Ian Giermann
- 67
- 5
- 12
-2
votes
1 answer
Automated Installation for Debian Jessie
I have an exisiting automated Installer for Ubuntu based on Kickstart and want to build one for the Debian. In the interest of uniformity using Kickstart seems to be the best option.
a. Can Kickstart be used for the automated installation of…

Rajesh
- 660
- 4
- 12