Getting the following error message when switching my docker compose project to Release build or when running docker-compose up from the command line.
The Microsoft.NET.Build.Containers package does not (yet) support publishing for portable or no-RuntimeIdentifier-defined scenarios. Please specify a runtime of "linux-x64". Specifying a runtime does not help. Besides, since the project is launching in debug mode, I'd expect it to also launch in Release mode.
Getting the following error message when switching my docker compose project to Release build or when running
docker-compose up
from the command line.The Microsoft.NET.Build.Containers package does not (yet) support publishing for portable or no-RuntimeIdentifier-defined scenarios. Please specify a runtime of "linux-x64". Specifying a runtime does not help. Besides, since the project is launching in debug mode, I'd expect it to also launch in Release mode.