Tuesday, 11 August 2015

How to use AXBuild.exe tool in AX 2012 R3

How to use AXBuild.exe tool in AX 2012 R3 

Below are the steps for using AXBuild.exe tool 

Use: This tool is used to do parallel compilation of AOS objects (Full compile).

Location : c \Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\bin folder


Step1 : Run command prompt.
Step 2: CD c \Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\bin folder

Step3: AXBuild.exe xppcompileAll /aos=01 /workers=4

Note: above aos=01 is the name of aos as shown below. 

No comments:

Azure Hosted pipeline - Update Artifacts (NuGet) for version update

 Step-by-Step Guide to Updating or Creating Artifacts for a Hosted Pipeline In this blog, we’ll walk you through the process of updating or ...