Cefsharp deploy using azure devops

175 Views Asked by At

I am trying to deploy a .Net Core application that uses CEFSharp to a app service on azure.

When I publish from VS2019 using a publish profile targeting azure, all necessary files for CEF to work are copied over to the app service and the application works.

If I try to publish using Devops pipeline all the file for CEF are not copied over to the app service and the application does not work.

These are the basic steps I have on the Pipeline

Pipeline Steps

This are the steps I have on the publish

Deploy steps

Can anyone help me with ideas why this is happening?

0

There are 0 best solutions below