I just started with bitbucket pipeline CI .
When try to build a dotnet application gives error " error MSB4019: The imported project "/usr/share/dotnet/sdk/2.0.0/Microsoft/VisualStudio/v10.0/WebApplications/Microsoft.WebApplication.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk."
I tried with "image: microsoft/dotnet:2.0.0-sdk" and "image: microsoft/dotnet:sdk" both gives same error.
Please help
Hello Nishantha,
You may need to install some dependencies before you build your dotnet applications.
You could also try debug this locally with Docker.
Thanks,
Phil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.