TFS Deploy Agent -


i trying deploy site using tfs release definition. hosting the site using msdeploy package sync. fine hosted machine in vpn showing below error while deploying throw tfs:

[error]system.management.automation.remoteexception: more information: not connect remote computer ("developeriis"). make sure remote computer name correct , able connect computer. learn more at: http://go.microsoft.com/fwlink/?linkid=221672#error_destinat .

same working local machine connected vpn. question should add vpn details in tfs release definition?

there isn't way add vpn details in tfs release definition. seems need add hosted agent machine vpn, it's not available.

as workaround can try deploy own private agents locates on local machine or other vms within vpn.

then try use private agent deployment.

you can reference thread: deploy visual studio team services on-prem iis - vpn connect


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -