16 references to PACKAGE_A
Microsoft.DotNet.Build.Tasks.Feed.Tests (16)
PushToBuildStorageTests.cs (16)
34new TaskItem(PACKAGE_A, new Dictionary<string, string>
36{ "RelativeBlobPath", PACKAGE_A },
60new TaskItem(PACKAGE_A, new Dictionary<string, string>
62{ "RelativeBlobPath", PACKAGE_A },
87new TaskItem(PACKAGE_A, new Dictionary<string, string>
89{ "RelativeBlobPath", PACKAGE_A },
204sb.Append($"<Package Id=\"{Path.GetFileNameWithoutExtension(PACKAGE_A)}\" Version=\"{NUPKG_VERSION}\" Nonshipping=\"true\" />");
289IList<string> files = new List<string> { PACKAGE_A, PACKAGE_B, SAMPLE_MANIFEST };
295nupkgInfoFactoryMock.Setup(m => m.CreateNupkgInfo(PACKAGE_A)).Returns(new NupkgInfo(new PackageIdentity(
296id: Path.GetFileNameWithoutExtension(PACKAGE_A),
338IList<string> files = new List<string> { PACKAGE_A, PACKAGE_B, SAMPLE_MANIFEST };
343nupkgInfoFactoryMock.Setup(m => m.CreateNupkgInfo(PACKAGE_A)).Returns(new NupkgInfo(new PackageIdentity(
344id: Path.GetFileNameWithoutExtension(PACKAGE_A),
388IList<string> files = new List<string> { PACKAGE_A, PACKAGE_B, SAMPLE_MANIFEST };
394nupkgInfoFactoryMock.Setup(m => m.CreateNupkgInfo(PACKAGE_A)).Returns(new NupkgInfo(new PackageIdentity(
395id: Path.GetFileNameWithoutExtension(PACKAGE_A),