dotnet / aspire

Tools, templates, and packages to accelerate building observable, production-ready apps
https://learn.microsoft.com/dotnet/aspire
MIT License
3.93k stars 480 forks source link

MSB3073: The command ""/workspaces/aspire/.dotnet/dotnet" exec "/workspaces/aspire/artifacts/bin/ConfigurationSchemaGenerator/Debug/net8.0/ConfigurationSchemaGenerator.dll" #6702

Open mitchdenny opened 1 week ago

mitchdenny commented 1 week ago

Seeing this error when I build the repo in the dev container (dotnet build). The devcontainer doesn't use ./build.sh. If I do a build on a clean devcontainer it doesn't work, but if I rebuild it does. I suspect that the schema generator assumes that the repo isn't completely clean.

/workspaces/aspire/src/Components/Directory.Build.targets(93,5): error MSB3073: The command ""/workspaces/aspire/.dotnet/dotnet" exec "/workspaces/aspire/artifacts/bin/ConfigurationSchemaGenerator/Debug/net8.0/ConfigurationSchemaGenerator.dll" @"/workspaces/aspire/artifacts/obj/Aspire.Seq/Debug/net8.0/.configschema.rsp"" exited with code 127.