Skip to content

Commit 17fa438

Browse files
author
Caleb Blanchard
committed
Update build packages to 10.0.45
1 parent aa51e64 commit 17fa438

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

Projects/build-aotbrowser.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ pool:
1717
# Declare some shorthand for NuGet package names
1818
# Make editing the path for metadata and NuGet extraction folder easier
1919
variables:
20-
AppPackage: 'Microsoft.Dynamics.AX.Application.DevALM.BuildXpp'
20+
AppPackage1: 'Microsoft.Dynamics.AX.Application1.DevALM.BuildXpp'
21+
AppPackage2: 'Microsoft.Dynamics.AX.Application2.DevALM.BuildXpp'
2122
AppSuitePackage: 'Microsoft.Dynamics.AX.ApplicationSuite.DevALM.BuildXpp'
2223
PlatPackage: 'Microsoft.Dynamics.AX.Platform.DevALM.BuildXpp'
2324
ToolsPackage: 'Microsoft.Dynamics.AX.Platform.CompilerPackage'
@@ -72,7 +73,7 @@ steps:
7273
inputs:
7374
solution: 'Projects/BuildSolution/BuildSolution.sln'
7475
vsVersion: '15.0'
75-
msbuildArgs: '/p:BuildTasksDirectory="$(NugetsPath)\$(ToolsPackage)\DevAlm" /p:MetadataDirectory="$(MetadataPath)" /p:FrameworkDirectory="$(NuGetsPath)\$(ToolsPackage)" /p:ReferenceFolder="$(NuGetsPath)\$(PlatPackage)\ref\net40;$(NuGetsPath)\$(AppPackage)\ref\net40;$(NuGetsPath)\$(AppSuitePackage)\ref\net40;$(MetadataPath);$(Build.BinariesDirectory)" /p:ReferencePath="$(NuGetsPath)\$(ToolsPackage)" /p:OutputDirectory="$(Build.BinariesDirectory)"'
76+
msbuildArgs: '/p:BuildTasksDirectory="$(NugetsPath)\$(ToolsPackage)\DevAlm" /p:MetadataDirectory="$(MetadataPath)" /p:FrameworkDirectory="$(NuGetsPath)\$(ToolsPackage)" /p:ReferenceFolder="$(NuGetsPath)\$(PlatPackage)\ref\net40;$(NuGetsPath)\$(AppPackage1)\ref\net40;$(NuGetsPath)\$(AppPackage2)\ref\net40;$(NuGetsPath)\$(AppSuitePackage)\ref\net40;$(MetadataPath);$(Build.BinariesDirectory)" /p:ReferencePath="$(NuGetsPath)\$(ToolsPackage)" /p:OutputDirectory="$(Build.BinariesDirectory)"'
7677
maximumCpuCount: true
7778

7879
# Copy the compiler log files to the drop artifacts

Projects/packages.config

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.Dynamics.AX.Platform.DevALM.BuildXpp" version="7.0.6972.45" targetFramework="net40" />
4-
<package id="Microsoft.Dynamics.AX.Application.DevALM.BuildXpp" version="10.0.1627.38" targetFramework="net40" />
5-
<package id="Microsoft.Dynamics.AX.ApplicationSuite.DevALM.BuildXpp" version="10.0.1627.38" targetFramework="net40" />
6-
<package id="Microsoft.Dynamics.AX.Platform.CompilerPackage" version="7.0.6972.45" targetFramework="net40" />
3+
<package id="Microsoft.Dynamics.AX.Platform.DevALM.BuildXpp" version="7.0.7690.33" targetFramework="net40" />
4+
<package id="Microsoft.Dynamics.AX.Application1.DevALM.BuildXpp" version="10.0.2345.35" targetFramework="net40" />
5+
<package id="Microsoft.Dynamics.AX.Application2.DevALM.BuildXpp" version="10.0.2345.35" targetFramework="net40" />
6+
<package id="Microsoft.Dynamics.AX.ApplicationSuite.DevALM.BuildXpp" version="10.0.2345.35" targetFramework="net40" />
7+
<package id="Microsoft.Dynamics.AX.Platform.CompilerPackage" version="7.0.7690.33" targetFramework="net40" />
78
</packages>

0 commit comments

Comments
 (0)