4 references to DcpPathEnvVar
Aspire.Hosting (1)
Dcp\DcpOptions.cs (1)
199var configDcpPath = configuration[BundleDiscovery.DcpPathEnvVar];
Aspire.Hosting.Tests (3)
Dcp\DcpCliArgsTests.cs (3)
72builder.Configuration[BundleDiscovery.DcpPathEnvVar] = Path.Combine("bundle", "dcp"); 91builder.Configuration[BundleDiscovery.DcpPathEnvVar] = bundleDcpPath; 110builder.Configuration[BundleDiscovery.DcpPathEnvVar] = bundleDcpPath;