Hi
I'm trying to get a new Azure pipeline working - Based on the doc page: docs.microsoft.com/.../hosted-build-automation
It took me a little while to get the Nuget thing working, so if that is an issue for anyone, let me know and I will be happy to share.
on this doc page, there is a reference to a sample, but importing that sample doe not work - the following tasks have errors after import
'Get Sources', 'Update Model version', 'Create Deployable Package','Add licenses to Deployable Package'
Fixing the errors is seems straight forward but the reality is slightly different Slight smile
'Get sources', not and issue
'Update Model version'.... one have to delete the task, and add a new, but what is the correct parameters then?
Looking at the .json file, "$(MetadataPath)" is use, but the new task say $(Build.SourcesDirectory) - which is correct ?
'Create Deployable Package' - again one have to delete the task and create a new, using the parameters form the .json seems ok
'Add licenses to Deployable Package' - again one have to delete the task and create a new, using the parameters form the .json seems ok
Now.... when executing the pipeline I get the following error:
##[error]Projects\FinanceOperations1\FinanceOperations1\FinanceOperations1.rnrproj(46,3):
Error MSB4019: The imported project "D:\a\8\NuGets\Microsoft.Dynamics.AX.Platform.CompilerPackage\DevAlm\Microsoft.Dynamics.Framework.Tools.BuildTasks.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
Any hints ?
Thanks