15 references to PACKAGE_A
Microsoft.DotNet.Build.Tasks.Feed.Tests (15)
PushToBuildStorageTests.cs (15)
46new TaskItem(PACKAGE_A, new Dictionary<string, string>
48{ "RelativeBlobPath", PACKAGE_A },
429nupkgInfoFactoryMock.Setup(m => m.CreateNupkgInfo(PACKAGE_A)).Returns(new NupkgInfo(new PackageIdentity(
430id: mockFileSystem.GetFileNameWithoutExtension(PACKAGE_A),
455mockFileSystem.Files[PACKAGE_A] = "PackageA content";
477new TaskItem(PACKAGE_A, new Dictionary<string, string>
510nupkgInfoFactoryMock.Setup(m => m.CreateNupkgInfo(PACKAGE_A)).Returns(new NupkgInfo(new PackageIdentity(
511id: mockFileSystem.GetFileNameWithoutExtension(PACKAGE_A),
535string expectedNonShippingPackagePath = mockFileSystem.PathCombine(nonShippingPackagesDir, mockFileSystem.GetFileName(PACKAGE_A));
572mockFileSystem.Files[PACKAGE_A] = "PackageA content";
593new TaskItem(PACKAGE_A, new Dictionary<string, string>
628nupkgInfoFactoryMock.Setup(m => m.CreateNupkgInfo(PACKAGE_A)).Returns(new NupkgInfo(new PackageIdentity(
629id: mockFileSystem.GetFileNameWithoutExtension(PACKAGE_A),
653string expectedNonShippingPackagePath = mockFileSystem.PathCombine(nonShippingPackagesDir, task.ManifestRepoOrigin, mockFileSystem.GetFileName(PACKAGE_A));
699$"##vso[artifact.upload containerfolder=PackageArtifacts;artifactname=PackageArtifacts]{PACKAGE_A}",