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: Has anyone gotten continuous integration to work with the new Node.js Beta tools, Visual Studio Online, and Azure? I am getting the "Could not find a part of the path 'C:\a\bin_PublishedWebsites'. (type DirectoryNotFoundException)" error. The project and solution files are all in the same folder.
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: Has anyone gotten continuous integration to work with the new Node.js Beta tools, Visual Studio Online, and Azure? I am getting the "Could not find a part of the path 'C:\a\bin_PublishedWebsites'. (type DirectoryNotFoundException)" error. The project and solution files are all in the same folder.