15 references to _customToolCommandName
Microsoft.NET.ToolPack.Tests (15)
GivenThatWeWantToPackAToolProjectWithPackagedShim.cs (15)
61propertyGroup.Add(new XElement(ns + "ToolCommandName", _customToolCommandName)); 151propertyGroup.Add(new XElement(ns + "ToolCommandName", _customToolCommandName)); 160string windowShimPath = Path.Combine(shimoutputPath, $"shims/{targetFramework}/win-x64/{_customToolCommandName}.exe"); 162string osxShimPath = Path.Combine(shimoutputPath, $"shims/{targetFramework}/{ToolsetInfo.LatestMacRuntimeIdentifier}-x64/{_customToolCommandName}"); 186string windowShimPath = Path.Combine(outputDirectory.FullName, $"shims/{targetFramework}/win-x64/{_customToolCommandName}.exe"); 188string osxShimPath = Path.Combine(outputDirectory.FullName, $"shims/{targetFramework}/{ToolsetInfo.LatestMacRuntimeIdentifier}-x64/{_customToolCommandName}"); 215string windowShimPath = Path.Combine(outputDirectory.FullName, $"shims/netcoreapp2.1/win-x64/{_customToolCommandName}.exe"); 217string osxShimPath = Path.Combine(outputDirectory.FullName, $"shims/netcoreapp2.1/{ToolsetInfo.LatestMacRuntimeIdentifier}-x64/{_customToolCommandName}"); 241string windowShimPath = Path.Combine(outputDirectory.FullName, $"shims/{targetFramework}.1/win-x64/{_customToolCommandName}.exe"); 280allItems.Should().Contain($"tools/{framework.GetShortFolderName()}/any/shims/win-x64/{_customToolCommandName}.exe", 282allItems.Should().Contain($"tools/{framework.GetShortFolderName()}/any/shims/{ToolsetInfo.LatestMacRuntimeIdentifier}-x64/{_customToolCommandName}", 396testProject.AdditionalProperties.Add("ToolCommandName", _customToolCommandName); 416$"tools/netcoreapp3.0/any/shims/win-x64/{_customToolCommandName}.exe", 440string shimPath = Path.Combine(simulateToolPathRoot, $"{_customToolCommandName}.exe"); 442$"tools/{framework.GetShortFolderName()}/any/shims/win-x64/{_customToolCommandName}.exe",