Re: .Net Project Automated Build and Deployment Setup

2017-04-06 Thread suresh kumar
You can use the generated access token and select the username and password option instead of ssh key. -Suresh On Tuesday, April 4, 2017 at 11:20:51 PM UTC+5:30, Lokesh Swamy wrote: > > Suresh, > > Can you please walk me through how to setup a SSH with private key in TFS > plugin ? > > I trie

Re: .Net Project Automated Build and Deployment Setup

2017-04-04 Thread Lokesh Swamy
On Sunday, March 26, 2017 at 9:16:38 AM UTC+5:30, Lokesh Swamy wrote: > > Hi, > > Can anybody please help me out in performing deployment to a WebServer > with telnet ?

Re: .Net Project Automated Build and Deployment Setup

2017-04-04 Thread Lokesh Swamy
Suresh, Can you please walk me through how to setup a SSH with private key in TFS plugin ? I tried the other two options , didnt work for me. I am using an on premise TFS repository It would be of great help Thanks, Lokesh On Sunday, March 26, 2017 at 9:11:57 PM UTC+5:30, suresh kumar wrot

Re: .Net Project Automated Build and Deployment Setup

2017-03-26 Thread suresh kumar
Hi, I don't know the reason why you are looking for plugin. As you have the script in hand already, you can use the same script and deploy the package. Pulling source files you are using TFS plugin and to get the package you are using MSBuild plugin. Now for the script to work package is there, c

.Net Project Automated Build and Deployment Setup

2017-03-25 Thread Lokesh Swamy
Hi, Can anybody please help me out in performing deployment to a WebServer with telnet ? I am currently using telnet login to connect to my Validation servers where the code is actually deployed. I have written the script(or commands) for doing a build and publish a package in my Dev environ