Quantcast
Channel: Node.js Tools for Visual Studio
Viewing all articles
Browse latest Browse all 4630

Commented Feature: TFS online / Windows Azure Web Sites integration [535]

$
0
0
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: The error message from TFS online is: "Exception Message: Could not find a part of the path 'C:\a\bin\_PublishedWebsites'. (type DirectoryNotFoundException)". I guess the TFS online build servers still have the "stable" alpha version installed MSBuild does not create the package without any error with this version installed. Yesterday I updated the Node Tools on my machine to the latest build and got following error: (_CopyWebApplicationLegacy target) -> C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\WebApplications\Microsoft.WebApplication.targets(136,5): error MSB3030: Could not copy the file "obj\Debug\testproject.exe" because it was not found. [C:\Data\Privat\tests\testproject\testproject.njsproj] Thanks

Viewing all articles
Browse latest Browse all 4630

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>