Davaaron
Build order with dotnet build ...?
do you mean this MSBuild task?
https://learn.microsoft.com/en-us/visualstudio/msbuild/msbuild-task?view=vs-2019
40 replies
Build order with dotnet build ...?
Project A creates javascript and python files
Project B is a console project which is a CLI tool, so you can call project A by using the command line tool accepting parameters which are passed along
Project B uses the files that are generated by Project A
40 replies