You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the default build configuration, builds the elm to c# for every project. For the time being, this will remain the default, especially for the build pipeline as well, but it can get time consuming.
Also, building cql completely into elm, requires to build steps. This is also time consuming.
Add two build configurations:
One to build cql to c#
Another to not process any cql or elm. (just standard c# compilation of projects)
The text was updated successfully, but these errors were encountered:
Currently the default build configuration, builds the elm to c# for every project. For the time being, this will remain the default, especially for the build pipeline as well, but it can get time consuming.
Also, building cql completely into elm, requires to build steps. This is also time consuming.
Add two build configurations:
The text was updated successfully, but these errors were encountered: