19 references to PACKAGE_B
Microsoft.DotNet.Build.Tasks.Feed.Tests (19)
PushToAzureDevOpsArtifactsTests.cs (19)
40new TaskItem(PACKAGE_B, new Dictionary<string, string>
42{ "RelativeBlobPath", PACKAGE_B },
152sb.Append($"<Package Id=\"{Path.GetFileNameWithoutExtension(PACKAGE_B)}\" Version=\"{NUPKG_VERSION}\" Nonshipping=\"false\" />");
164sb.Append($"<Blob Id=\"{PACKAGE_B}\" Nonshipping=\"false\" />");
274IList<string> files = new List<string> { PACKAGE_A, PACKAGE_B, SAMPLE_MANIFEST };
284nupkgInfoFactoryMock.Setup(m => m.CreateNupkgInfo(PACKAGE_B)).Returns(new NupkgInfo(new PackageIdentity(
285id: Path.GetFileNameWithoutExtension(PACKAGE_B),
323IList<string> files = new List<string> { PACKAGE_A, PACKAGE_B, SAMPLE_MANIFEST };
333nupkgInfoFactoryMock.Setup(m => m.CreateNupkgInfo(PACKAGE_B)).Returns(new NupkgInfo(new PackageIdentity(
334id: Path.GetFileNameWithoutExtension(PACKAGE_B),
371IList<string> files = new List<string> { PACKAGE_A, PACKAGE_B, SAMPLE_MANIFEST };
380nupkgInfoFactoryMock.Setup(m => m.CreateNupkgInfo(PACKAGE_B)).Returns(new NupkgInfo(new PackageIdentity(
381id: Path.GetFileNameWithoutExtension(PACKAGE_B),
420IList<string> files = new List<string> { PACKAGE_A, PACKAGE_B, SAMPLE_MANIFEST };
430nupkgInfoFactoryMock.Setup(m => m.CreateNupkgInfo(PACKAGE_B)).Returns(new NupkgInfo(new PackageIdentity(
431id: Path.GetFileNameWithoutExtension(PACKAGE_B),
510new TaskItem(PACKAGE_B),
524IList<string> files = new List<string> { PACKAGE_A, PACKAGE_B, SAMPLE_MANIFEST };
534nupkgInfoFactoryMock.Setup(m => m.CreateNupkgInfo(PACKAGE_B)).Returns(new NupkgInfo(new PackageIdentity(