Unknown Z
- Total activity 52
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 20
-
Created Do we need license to run MStests from teamcity
Can anyone please explain that what are the requirements of running mstests from teamcity. What sort of licencing we need. -
Created How to pass parameters from msdeploy batch file
I am executing the following commandmsdeploy.exe -verb:sync -source:runCommand='\\%env.Target%\Backup\BatchFilesForBackup\BackupUsingMSDeploy.bat',waitInterval=10000 -dest:auto,computername=%env.Ta... -
Created How to call msdeploy.exe from teamcity
I want to add a predeploy step in my build, package and deploy build step. All I want is to take a backup of site that I am going to publish. C:\Program Files\IIS\Microsoft Web Deploy>msdeploy.exe ... -
Created Failed build while collecting changes from other repository
Getting the following error while trying to do checkoutBuild errors [11:27:20]Failed to start build [11:27:20]Failed to collect changes, error: Error collecting changes for VCS repository 'ibti... -
Created how to set environment variables in VCS roots
We have different svn heads. I want to pass a parameter to set vcs root setting accordingly. How can I do this. Please guide. -
Created 7-zip stopped working after doing a teamcity server update
Compression and backup using 7-zip was successfully running before taking a teamcity server update. Afterwards I am getting Parameter "env.username" is undefined. whereas it is defined. Also 7-Zip... -
-
Created Package and Deploy not working on one of the agent
I have a package and deploy configuration. I am using the following to execute the package and deploy from teamcity build agent.msbuild with follwoing parameters on a 4.0 framework/M /P:Configurati... -
Created Running VS2010 tests from teamcity
I am trying to do a setup for running tests in VS2010 to run from teamcity instead of using nunit. Teamcity is building the project but unable to start any tests. How can I set the build configurat... -
Created How can I run nunit tests from teamcity not using the teamcity nunit lancher
Current teamcity scenario. Server1 , agent1Currently I am running nunit tests using teamcity nunit launcher from agent1. I am facing few problems with it.First: I am running automation testing usin...