Skip to content
Docs Try Aspire

withToolSource

Function
📦 Aspire.Hosting v13.2.0-preview.1.26159.1
interface DotnetToolResource {
// ... omitted for brevity
withToolSource(source: string): DotnetToolResource;
}

Signature

method withToolSource builder
Adds a NuGet source for the tool
withToolSource(source: string): DotnetToolResource
source string
DotnetToolResource

Applies to

This function is an extension method on the following types: