16 references to PACKAGE_A
Microsoft.DotNet.Build.Tasks.Feed.Tests (16)
PushToBuildStorageTests.cs (16)
30new TaskItem(PACKAGE_A, new Dictionary<string, string>
32{ "RelativeBlobPath", PACKAGE_A },
56new TaskItem(PACKAGE_A, new Dictionary<string, string>
58{ "RelativeBlobPath", PACKAGE_A },
83new TaskItem(PACKAGE_A, new Dictionary<string, string>
85{ "RelativeBlobPath", PACKAGE_A },
200sb.Append($"<Package Id=\"{Path.GetFileNameWithoutExtension(PACKAGE_A)}\" Version=\"{NUPKG_VERSION}\" Nonshipping=\"true\" />");
285IList<string> files = new List<string> { PACKAGE_A, PACKAGE_B, SAMPLE_MANIFEST };
291nupkgInfoFactoryMock.Setup(m => m.CreateNupkgInfo(PACKAGE_A)).Returns(new NupkgInfo(new PackageIdentity(
292id: Path.GetFileNameWithoutExtension(PACKAGE_A),
334IList<string> files = new List<string> { PACKAGE_A, PACKAGE_B, SAMPLE_MANIFEST };
339nupkgInfoFactoryMock.Setup(m => m.CreateNupkgInfo(PACKAGE_A)).Returns(new NupkgInfo(new PackageIdentity(
340id: Path.GetFileNameWithoutExtension(PACKAGE_A),
384IList<string> files = new List<string> { PACKAGE_A, PACKAGE_B, SAMPLE_MANIFEST };
390nupkgInfoFactoryMock.Setup(m => m.CreateNupkgInfo(PACKAGE_A)).Returns(new NupkgInfo(new PackageIdentity(
391id: Path.GetFileNameWithoutExtension(PACKAGE_A),