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: I also tried the deployment with TFS Online and failed. I also tried to create the package with MSBuild (Same parameters I would use for an Aps.Net MVC project) bot I does not create it. > "C:\Program Files (x86)\MSBuild\12.0\bin\amd64\MSBuild.exe" /nologo "MySolution.sln" /nr:False /fl /flp:"logfile=%MyLog.log;encoding=Unicode;verbosity=diagnostic" /p:DeployOnBuild=true /p:CreatePackageOnPublish=true /p:DeployIisAppPath=rpgnet-test /p:SkipInvalidConfigurations=true /m /p:OutDir="%MySolutionFolder\bin\\" /verbosity:diagnostic Does this not work entirely or do I have to set some specific parameters?

Viewing all articles
Browse latest Browse all 4630

Trending Articles



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