Forum Discussion
chaitu927
8 years agoHelper I
Is there a way to build custom visual code using csproj file that includes code in visual.ts?
Is there a way to build custom visual code using csproj file that includes code in visual.ts? So that I can use msbuild to build the project? I know that we use command line - pbiviz start to s...
- 7 years ago
Pbiviz tool is node.js applications, so it doesn’t support msbuild out of the box.
Please consider this project https://github.com/Microsoft/nodejstools to make your csproj file work with node.js
chaitu927
8 years agoHelper I
Any help is appreciated
nikitagrachev
7 years agoMicrosoft Employee
Pbiviz tool is node.js applications, so it doesn’t support msbuild out of the box.
Please consider this project https://github.com/Microsoft/nodejstools to make your csproj file work with node.js