Repro steps
aspire new -- select "Express/React starter app", create using defaults
- Copy
~/.aspire/dcp folder to some other folder, e.g. ~/mydcp.
DcpPublisher__CliPath="~/mydcp/dcp" aspire run Note: the environment variable uses double-underscore separator, per .NET configuration conventions.
- Verify which copy of
dcp was used to run the application.
Expected
The run should use ~/mydcp/dcp
Actual
The run uses the default ~/.aspire/dcp
Additional remarks
This does NOT happen if the application uses ASP.NET Core/Blazor template, indicating this is most likely a problem with TypeScript application host.
Repro steps
aspire new-- select "Express/React starter app", create using defaults~/.aspire/dcpfolder to some other folder, e.g.~/mydcp.DcpPublisher__CliPath="~/mydcp/dcp" aspire runNote: the environment variable uses double-underscore separator, per .NET configuration conventions.dcpwas used to run the application.Expected
The run should use
~/mydcp/dcpActual
The run uses the default
~/.aspire/dcpAdditional remarks
This does NOT happen if the application uses ASP.NET Core/Blazor template, indicating this is most likely a problem with TypeScript application host.