dan-we
dan-we
Yes, the develop-vnext branch has a PowerShell module added to cover most of the build activities. My team has used it somewhat but not extensively, since many of our builds...
@dvmorris I need to get a VSTS build template created and added to the project as well as documentation for installing the PS module and setting up the build definition....
@dvmorris [Template is up](https://github.com/jorisdg/dynamicsaxadmin/tree/develop-vnext/template) along with [some basic documentation](dynamicsaxadmin/docs/build-vnext.md)
@dvmorris Just added a solution now in ```CodeCrib.AX.VSTS```. Previously one would have to build ```CodeCrib.AX.TFS```, but that also built the legacy XAML build libraries -- not good for scenarios just...
Try setting the CodeCrib.Build.AOTCompilePaths build pipeline variable to an array (PowerShell notation) of the projects you need to compile. ```@('\Visual Studio Projects\C Sharp Projects\abc_Project','\Visual Studio Projects\C Sharp Projects\SRSDrillThroughCommon','\Visual Studio Projects\C...
For a XAML build, it's a parameter on the build definition named `AOT nodes to compile` (no changes needed in the build process template XAML file). It's a TFS string...