Forum Discussion
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 see if changes in code and build the right way. I am curious to know if we can do the build using the process I mentioned above so that we can use CI/CD to see if there are no issues in our custom visual project.
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
2 Replies
- chaitu927Helper I
Any help is appreciated
- nikitagrachevMicrosoft 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