0
votes

I am using Visual Studio Team service for Release Management.

While doing so I am using below operation/step to create web site.

enter image description here

This operation succeeded but the Physical Path is incorrect after this operation completes.

enter image description here

I have followed steps mentioned in below link

Deploy ASP.NET apps to domain-joined machines using WinRM

1
How did you get the machine value through $(machines)? And did you try it with port others than 5001 such as 80? - PatrickLu-MSFT
I recreated the release definition and it worked. Looks like something has cached. - Ravi Khambhati
did you use a queue as an agent ? - dush88c

1 Answers

0
votes

Seems you are not specify the correct value of Machine.

Specify comma separated list of machine FQDNs/ip addresses along with port(optional).

For example dbserver.fabrikam.com, dbserver_int.fabrikam.com:5986,192.168.34:5986. Port when not specified will be defaulted to WinRM defaults based on the specified protocol. i.e.,

(For WinRM 2.0): The default HTTP port is 5985, and the default HTTPS port is 5986. Machines field also accepts 'Machine Groups' defined under 'Test' hub, 'Machines' tab.