14 references to PACKAGE_B
Microsoft.DotNet.Build.Tasks.Feed.Tests (14)
PushToBuildStorageTests.cs (14)
53new TaskItem(PACKAGE_B, new Dictionary<string, string>
433nupkgInfoFactoryMock.Setup(m => m.CreateNupkgInfo(PACKAGE_B)).Returns(new NupkgInfo(new PackageIdentity(
434id: mockFileSystem.GetFileNameWithoutExtension(PACKAGE_B),
456mockFileSystem.Files[PACKAGE_B] = "PackageB content";
482new TaskItem(PACKAGE_B, new Dictionary<string, string>
514nupkgInfoFactoryMock.Setup(m => m.CreateNupkgInfo(PACKAGE_B)).Returns(new NupkgInfo(new PackageIdentity(
515id: mockFileSystem.GetFileNameWithoutExtension(PACKAGE_B),
536string expectedShippingPackagePath = mockFileSystem.PathCombine(shippingPackagesDir, mockFileSystem.GetFileName(PACKAGE_B));
573mockFileSystem.Files[PACKAGE_B] = "PackageB content";
598new TaskItem(PACKAGE_B, new Dictionary<string, string>
632nupkgInfoFactoryMock.Setup(m => m.CreateNupkgInfo(PACKAGE_B)).Returns(new NupkgInfo(new PackageIdentity(
633id: mockFileSystem.GetFileNameWithoutExtension(PACKAGE_B),
654string expectedShippingPackagePath = mockFileSystem.PathCombine(shippingPackagesDir, task.ManifestRepoOrigin, mockFileSystem.GetFileName(PACKAGE_B));
701$"##vso[artifact.upload containerfolder=PackageArtifacts;artifactname=PackageArtifacts]{PACKAGE_B}",