aleksej-fp
Posts: 1
Joined: Tue Feb 13, 2024 9:53 am

Build AI project from azure fails - Download DIFx

Hello

we are using advanced installer as VS project, building it from azure devops with VSBuild task.
This has worked till version ~22.x
Now we would like to prepare next release for our product and updated pipeline (now with AI v 23.4)
When I build updated project from VS or from my desktop AI - everything works.
But when I start my pipeline - I'm getting errors.

My task is:
- task: VSBuild@1
displayName: 'Build AI (exe)'
inputs:
solution: '**/MyProject.aiproj'

Output:
[ Release ]
Downloading the DIFx custom action DLL(s)
-536870888
Build finished because an error was encountered.
"
at Caphyon.AdvInstExtUtils.AdvInst.ExecuteAic(String aAipFilePath, List`1 aCommands)
at Caphyon.AdvInstExtUtils.AdvInst.UpdateAndBuild(IEnumerable`1 projectsOutputs, String aAipFilePath, String configuration, String aOutputDir, String aPackageName, Boolean aRebuild)
at Caphyon.AdvInstExtUtils.AdvInst.Execute()
...
FP.MailReport.AISetup.aip : error : Downloading the DIFx custom action DLL(s) [D:\a\1\s\MailReport.Phoenix\src\FP.MailReport.AISetup\FP.MailReport.AISetup.aiproj]
FP.MailReport.AISetup.aip : error : -536870888 [D:\a\1\s\MailReport.Phoenix\src\FP.MailReport.AISetup\FP.MailReport.AISetup.aiproj]
...

How can we fix this, to be able to build from azure devops?
If the download is blocked from our azure - what should I tell our IT department? Which url's should be whitelisted or any other actions performed?
Catalin
Posts: 7664
Joined: Wed Jun 13, 2018 7:49 am

Re: Build AI project from azure fails - Download DIFx

Hello Aleksej and welcome to our forums,

From what I can see, you have an ongoing email thread with one of my colleagues.

To avoid duplicate threads, please continue the discussion over there.

If you have any other questions, do not hestitate to open a new ticket either here or over the email.

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”