Forum Discussion

chaitu927's avatar
chaitu927
Helper I
8 years ago
Solved

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.