Azure DevOps Pipeline Build - register COM DLL Azure DevOps Pipeline Build - register COM DLL azure azure

Azure DevOps Pipeline Build - register COM DLL


In my project a have same problem (I think). Error after build: COM library no registered.

But I registered my COM library with C:\windows\system32\regsvr32.exe and registered x64 dll.

My solution: I change BuildPlatform from "Any CPU" to "x64". enter image description here