Description of problem: `odo push` fails on .NET component tag 2.1+ Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. odo component create dotnet:2.2 --project dotnet --context ../tests/examples/source/dotnet/ 2. odo push Actual results: Fails to push Expected results: Successfully pushes Additional info:
https://github.com/openshift/odo/issues/2563#issuecomment-624571857 This can be resolved by specifing DOTNET_STARTUP_PROJECT. odo config set --env DOTNET_STARTUP_PROJECT=<path to your project file> This has been documented in odo docs.