Open weikanglim opened 10 months ago
Repro:
./App/App.csproj
./lib/Library.csproj
azure.yaml
azd init
services: app: project: ./App host: containerapp language: dotnet
azd package
azd up
Expected: azd package/ azd up succeeds
Actual: Command fails with The referenced project '../lib/Library.csproj' does not exist. [/workspace/App.csproj]
The referenced project '../lib/Library.csproj' does not exist. [/workspace/App.csproj]
Knowing docker limitations here, Oryx/azd support of #2632 could be an interesting avenue pursue.
Otherwise, we may need something like https://github.com/microsoft/Oryx/issues/2281
Repro:
./App/App.csproj
that references./lib/Library.csproj
. Don't provide any Dockerfiles.azure.yaml
(runazd init
to bootstrap if needed) that looks like:azd package
/azd up
Expected:
azd package
/azd up
succeedsActual: Command fails with
The referenced project '../lib/Library.csproj' does not exist. [/workspace/App.csproj]