C
C#2y ago
nafis1271

❔ Azure pipeline build failed due to missing assembly references

I have an windows service application which uses some third party packages hosted in pkgs.dev.azure.com. The application builds successfully in local but it continuously failing build in Azure pipeline. The errors are saying there are assembly reference missing for that third-party packages. I investigated and got ensure that there's no authorization issue for that package source and restore package is done successfully in jobs. The project target framework in .NET 4.7.2. But I noticed that whenever I change the target framework to 4.6 in local, it gives the same error as in Azure pipeline build. Then I tried changing the vmimage from windows-latest to windows-2019 , also tried changing the package versions. But nothing's working. Can anyone please help me in this regard?
1 Reply
Accord
Accord2y ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity. Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.