16 references to PACKAGE_B
Microsoft.DotNet.Build.Tasks.Feed.Tests (16)
PushToBuildStorageTests.cs (16)
41new TaskItem(PACKAGE_B, new Dictionary<string, string> 43{ "RelativeBlobPath", PACKAGE_B }, 67new TaskItem(PACKAGE_B, new Dictionary<string, string> 69{ "RelativeBlobPath", PACKAGE_B }, 94new TaskItem(PACKAGE_B, new Dictionary<string, string> 96{ "RelativeBlobPath", PACKAGE_B }, 205sb.Append($"<Package Id=\"{Path.GetFileNameWithoutExtension(PACKAGE_B)}\" Version=\"{NUPKG_VERSION}\" Nonshipping=\"false\" />"); 289IList<string> files = new List<string> { PACKAGE_A, PACKAGE_B, SAMPLE_MANIFEST }; 299nupkgInfoFactoryMock.Setup(m => m.CreateNupkgInfo(PACKAGE_B)).Returns(new NupkgInfo(new PackageIdentity( 300id: Path.GetFileNameWithoutExtension(PACKAGE_B), 338IList<string> files = new List<string> { PACKAGE_A, PACKAGE_B, SAMPLE_MANIFEST }; 347nupkgInfoFactoryMock.Setup(m => m.CreateNupkgInfo(PACKAGE_B)).Returns(new NupkgInfo(new PackageIdentity( 348id: Path.GetFileNameWithoutExtension(PACKAGE_B), 388IList<string> files = new List<string> { PACKAGE_A, PACKAGE_B, SAMPLE_MANIFEST }; 398nupkgInfoFactoryMock.Setup(m => m.CreateNupkgInfo(PACKAGE_B)).Returns(new NupkgInfo(new PackageIdentity( 399id: Path.GetFileNameWithoutExtension(PACKAGE_B),