16 references to PACKAGE_B
Microsoft.DotNet.Build.Tasks.Feed.Tests (16)
PushToBuildStorageTests.cs (16)
37new TaskItem(PACKAGE_B, new Dictionary<string, string> 39{ "RelativeBlobPath", PACKAGE_B }, 63new TaskItem(PACKAGE_B, new Dictionary<string, string> 65{ "RelativeBlobPath", PACKAGE_B }, 90new TaskItem(PACKAGE_B, new Dictionary<string, string> 92{ "RelativeBlobPath", PACKAGE_B }, 201sb.Append($"<Package Id=\"{Path.GetFileNameWithoutExtension(PACKAGE_B)}\" Version=\"{NUPKG_VERSION}\" Nonshipping=\"false\" />"); 285IList<string> files = new List<string> { PACKAGE_A, PACKAGE_B, SAMPLE_MANIFEST }; 295nupkgInfoFactoryMock.Setup(m => m.CreateNupkgInfo(PACKAGE_B)).Returns(new NupkgInfo(new PackageIdentity( 296id: Path.GetFileNameWithoutExtension(PACKAGE_B), 334IList<string> files = new List<string> { PACKAGE_A, PACKAGE_B, SAMPLE_MANIFEST }; 343nupkgInfoFactoryMock.Setup(m => m.CreateNupkgInfo(PACKAGE_B)).Returns(new NupkgInfo(new PackageIdentity( 344id: Path.GetFileNameWithoutExtension(PACKAGE_B), 384IList<string> files = new List<string> { PACKAGE_A, PACKAGE_B, SAMPLE_MANIFEST }; 394nupkgInfoFactoryMock.Setup(m => m.CreateNupkgInfo(PACKAGE_B)).Returns(new NupkgInfo(new PackageIdentity( 395id: Path.GetFileNameWithoutExtension(PACKAGE_B),