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