| AX Server - Get path | |
|---|---|
| Topic | Work with AX server (AX 2009/2012) |
| Description | Retrives a AX server path and writes it to a variable |
| Category | Utility |
| Microsoft documentation | https://technet.microsoft.com/en-us/library/aa569619.aspx |
| Parameter: Server config file path (.axc) | |
|---|---|
| Description | The file path to of the server configuration file. |
| Type | File path |
| Required | True |
| Default value | |
| Example value | $/Microsoft Dynamics AX (Test)/Server.axc |
| Parameter: AX path | |
|---|---|
| Description | Specifies the path to retrive. Possible values are "Binaries folder", "Application data folder (only AX 2009)", "XppIL folder (only AX 2012 or higher)". |
| Type | Picklist |
| Required | True |
| Default value | Binaries folder |
| Parameter: Variable | |
|---|---|
| Description | The name of the variable to write the path to. Use "$(Variable)" to retrieve the path in other build steps. Mostly used together with "Publish Artifacts". |
| Type | String |
| Required | True |
| Default value | SDK4NET.AXServerPathVariable |
| Example value | MyScope.VariableName |
Go back