10 references to WithToolSource
Aspire.Hosting.DotnetTool.Tests (7)
AddDotnetToolTests.cs (6)
135
.
WithToolSource
("https://custom.nuget.org/v3/index.json");
157
.
WithToolSource
("https://source1.nuget.org/v3/index.json")
158
.
WithToolSource
("https://source2.nuget.org/v3/index.json");
182
.
WithToolSource
("https://custom.nuget.org/v3/index.json")
249
.
WithToolSource
("https://custom.nuget.org/v3/index.json")
300
.
WithToolSource
("https://custom.nuget.org/v3/index.json");
DotnetToolFunctionalTests.cs.cs (1)
40
.
WithToolSource
("./fake-package-feed")
DotnetTool.AppHost (3)
AppHost.cs (3)
57
.
WithToolSource
(fakeSourcesPath)
65
.
WithToolSource
(fakeSourcesPath)
72
.
WithToolSource
(fakeSourcesPath)