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