One might want to setup your workflow between TFS Online and Windows Azure Web Sites such that you deploy to TFS online and have TFS online deploy to Windows Azure Web Sites. You can do this with a C# project, but doing with a Node.js project results in an error while building:
C:\a\src\Imgazur.njsproj (49): The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\Node.js Tools\Microsoft.NodejsTools.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
Of course, our project doesn't have to be built for deployment, we really just need to be pushed to WAWS.
Comments: I am getting the same error as noted above, eg: Exception Message: Could not find a part of the path 'C:\a\bin\_PublishedWebsites'. (type DirectoryNotFoundException) Exception Stack Trace: at System.I... I have been hoping to get continuous integration working between an Azure Web site and a more traditional git/node application hosted on TFS on-line using GIT. Ideally, it would be cool to have this work without the need for a visual studio proj/sln file.
C:\a\src\Imgazur.njsproj (49): The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\Node.js Tools\Microsoft.NodejsTools.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
Of course, our project doesn't have to be built for deployment, we really just need to be pushed to WAWS.
Comments: I am getting the same error as noted above, eg: Exception Message: Could not find a part of the path 'C:\a\bin\_PublishedWebsites'. (type DirectoryNotFoundException) Exception Stack Trace: at System.I... I have been hoping to get continuous integration working between an Azure Web site and a more traditional git/node application hosted on TFS on-line using GIT. Ideally, it would be cool to have this work without the need for a visual studio proj/sln file.