I need to create release definition in VSTS. I had been created build definition that build solution from master and drops all files needed on the drop folder when a commit in master is done.
I want to create release definition that deploys a given build into remote machine. I had tried two ways, Copy files task and PowerShell script task to copy the drop files to the remote machine. But both are the same error with fail to connect to the server.
But if I run the PowerShell script in my local machine, it can copy the files to that server.
Please help me to solve this.
Thanks