19 references to PACKAGE_B
Microsoft.DotNet.Build.Tasks.Feed.Tests (19)
PushToBuildStorageTests.cs (19)
39new TaskItem(PACKAGE_B, new Dictionary<string, string>
41{ "RelativeBlobPath", PACKAGE_B },
151sb.Append($"<Package Id=\"{Path.GetFileNameWithoutExtension(PACKAGE_B)}\" Version=\"{NUPKG_VERSION}\" Nonshipping=\"false\" />");
163sb.Append($"<Blob Id=\"{PACKAGE_B}\" Nonshipping=\"false\" />");
273IList<string> files = new List<string> { PACKAGE_A, PACKAGE_B, SAMPLE_MANIFEST };
283nupkgInfoFactoryMock.Setup(m => m.CreateNupkgInfo(PACKAGE_B)).Returns(new NupkgInfo(new PackageIdentity(
284id: Path.GetFileNameWithoutExtension(PACKAGE_B),
322IList<string> files = new List<string> { PACKAGE_A, PACKAGE_B, SAMPLE_MANIFEST };
332nupkgInfoFactoryMock.Setup(m => m.CreateNupkgInfo(PACKAGE_B)).Returns(new NupkgInfo(new PackageIdentity(
333id: Path.GetFileNameWithoutExtension(PACKAGE_B),
370IList<string> files = new List<string> { PACKAGE_A, PACKAGE_B, SAMPLE_MANIFEST };
379nupkgInfoFactoryMock.Setup(m => m.CreateNupkgInfo(PACKAGE_B)).Returns(new NupkgInfo(new PackageIdentity(
380id: Path.GetFileNameWithoutExtension(PACKAGE_B),
419IList<string> files = new List<string> { PACKAGE_A, PACKAGE_B, SAMPLE_MANIFEST };
429nupkgInfoFactoryMock.Setup(m => m.CreateNupkgInfo(PACKAGE_B)).Returns(new NupkgInfo(new PackageIdentity(
430id: Path.GetFileNameWithoutExtension(PACKAGE_B),
509new TaskItem(PACKAGE_B),
523IList<string> files = new List<string> { PACKAGE_A, PACKAGE_B, SAMPLE_MANIFEST };
533nupkgInfoFactoryMock.Setup(m => m.CreateNupkgInfo(PACKAGE_B)).Returns(new NupkgInfo(new PackageIdentity(