Questions tagged [automated-deploy]

Automated code deployment to multiple servers.

126 questions
0
votes
2 answers

Need to identify my .csproj file from VS2012 unit tests

I am writing a unit test to validate duplicate entries in my .csproj file. However, these unit tests ran before the build process starts in server, hence my relative path to .csproj couldn't identify the physical path of my .csproj file. Is there…
0
votes
1 answer

TIBCO Active Matrix password field no longer exists?

After I depoly my application to Tibco ActiveMatrix Administrator, I go to properties and the property type is now changed to 'string' even though I made it as 'password' type. (Oh, but it is then encrypted like "#!jZ8MsfxWv2PCwTMAngz67w==") Stroing…
Adrian
  • 836
  • 7
  • 20
  • 44
0
votes
2 answers

Deploying a website to Production From Team Build Server

I have a team foundation server with build server, when I run a build it deploys to a website on that box. However I also want to do the same on Production which is a server on an external network and not part of the same domain. I thought about…
Stephen Lacy
-1
votes
1 answer

How to get iTunes to play an iPhone playlist automatically when connected to the iPhone

I have a habit of working/studying while listening to music. And since the Mac I am connected to at work doesn't have all the songs I want, I normally listen to the songs via iTunes from the iPhone Playlists option. For this, everytime I connect my…
SashaZd
  • 3,315
  • 1
  • 26
  • 48
-1
votes
1 answer

VS2010 TFS Automated build

I have 'fair' experience about VS and TFS environment. Here is what I have done so far. After I finished the coding work, I built it, checked-in it and other guy deployed it. So, I don't know what the meaning of 'automated build'.. what is…
Adrian
  • 836
  • 7
  • 20
  • 44
-2
votes
2 answers

Python e-mail notifications from MS SQL database and Outlook

I have created python script that chronologically: uses sqlalchemy library to select data from MS SQL database engine = create_engine("mssql+pyodbc://server\database?driver=SQL Server?Trusted_Connection=yes") does some modifications to selected…
1 2 3
8
9