2 writes to CliPath
Aspire.Hosting (2)
Dcp\DcpOptions.cs (2)
132
options.
CliPath
= dcpPublisherConfiguration[nameof(options.CliPath)];
141
options.
CliPath
= GetMetadataValue(assemblyMetadata, DcpCliPathMetadataKey);
6 references to CliPath
Aspire.Hosting (6)
Dcp\DcpDependencyCheck.cs (1)
41
var dcpPath = _dcpOptions.
CliPath
;
Dcp\DcpHost.cs (1)
167
var dcpExePath = _dcpOptions.
CliPath
;
Dcp\DcpOptions.cs (4)
99
if (string.IsNullOrEmpty(options.
CliPath
))
129
if (!string.IsNullOrEmpty(dcpPublisherConfiguration[nameof(options.
CliPath
)]))
132
options.CliPath = dcpPublisherConfiguration[nameof(options.
CliPath
)];
133
if (Path.GetDirectoryName(options.
CliPath
) is string dcpDir && !string.IsNullOrEmpty(dcpDir))