1 write to dotnetNewTestExecutionDir
dotnet-new.IntegrationTests (1)
TemplateDiscoveryTool.cs (1)
17
dotnetNewTestExecutionDir
= Utilities.GetTestExecutionTempFolder();
4 references to dotnetNewTestExecutionDir
dotnet-new.IntegrationTests (4)
TemplateDiscoveryTool.cs (4)
18
string toolManifestPath = Path.Combine(
dotnetNewTestExecutionDir
, "dotnet-tools.json");
25
.WithWorkingDirectory(
dotnetNewTestExecutionDir
)
36
.WithWorkingDirectory(
dotnetNewTestExecutionDir
)
49
.WithWorkingDirectory(
dotnetNewTestExecutionDir
)