Exception “error MSB3024: Could not copy the file…” is thrown when attempting to build in DevOps pipeline using .Net Core 3.0 SDK (preview5)
问题 I am attempting to build a .Net Core 3.0 (preview) project in a DevOps build pipeline. The steps in my azure-pipelines.yml executes up to the " docker build " step, successfully initiating the build process. The Docker file is read and executed up to the "dotnet build" step after which the following error is thrown. error MSB3024: Could not copy the file "/src/obj/Release/netcoreapp3.0/" to the destination file "/app/", because the destination is a folder instead of a file. To copy the source