Can someone tell me what the assembly definition for the node.js application should look like? Also how to mention mocha tests in automated tests?
The first time I tried to queue an assembly, I received an error message:
Microsoft.NodejsTools.targets not found.
So, I went and copied the NodejsTools folder with the .target and dll file on my build server. And I did not see a mistake.
Now I get the following error:
C: \ Program Files (x86) \ MSBuild \ Microsoft \ VisualStudio \ v11.0 \ WebApplications \ Microsoft.WebApplication.targets (132): The file obj \ Debug \ OstNodeJs.exe could not be copied because it was not found.
source share