6 references to NupkgOfPackWithShimsFixture
Microsoft.NET.ToolPack.Tests (6)
GivenThatWeWantToPackAToolProjectWithPackagedShim.cs (5)
12
public class GivenThatWeWantToPackAToolProjectWithPackagedShim : SdkTest, IClassFixture<
NupkgOfPackWithShimsFixture
>
18
readonly
NupkgOfPackWithShimsFixture
_fixture;
20
public GivenThatWeWantToPackAToolProjectWithPackagedShim(
NupkgOfPackWithShimsFixture
fixture, ITestOutputHelper log) : base(log)
127
allItems.Should().Contain($"tools/{framework.GetShortFolderName()}/any/shims/win-x64/{
NupkgOfPackWithShimsFixture
._customToolCommandName}.exe",
129
allItems.Should().Contain($"tools/{framework.GetShortFolderName()}/any/shims/{ToolsetInfo.LatestMacRuntimeIdentifier}-x64/{
NupkgOfPackWithShimsFixture
._customToolCommandName}",
PackWithShimsAndResultNugetPackageNuGetPackagexFixture.cs (1)
52
nameof(
NupkgOfPackWithShimsFixture
) + multiTarget + targetFramework,