Hey guys,
I've setup an Azure Pipeline hosted build process and am running into an issue with an external DLL. I have the DLL checked into source control in the bin folder and the corresponding reference XML checked into thee AxReference folder. When the Copy binary dependencies step is run, I see the dll being copied...

but when the Build solution step runs, it errors out saying that it can't find that DLL.

Any idea what I might be missing here?
Thanks!
Tim