I'm trying to implement Continuous integration for an ASP.NET website. I have an Azure Windows 2012 VM where the website should be hosted.
Right now the website has been deployed manually and works fine.
On my Visual Studio Online project, on the Build tab, I have 2 build steps - Visual Studio Build, and Windows Machine File Copy.
The Visual Studio Build works fine with no errors or warnings. The Windows Machine File Copy fails.
Here are the settings:
And here is the error:
Any help would be nice.
Thanks

