10 references to SAMPLE_MANIFEST
Microsoft.DotNet.Build.Tasks.Feed.Tests (10)
PushToBuildStorageTests.cs (10)
44new TaskItem(SAMPLE_MANIFEST, new Dictionary<string, string>
47{ "RelativeBlobPath", SAMPLE_MANIFEST },
70new TaskItem(SAMPLE_MANIFEST, new Dictionary<string, string>
73{ "RelativeBlobPath", SAMPLE_MANIFEST },
97new TaskItem(SAMPLE_MANIFEST, new Dictionary<string, string>
100{ "RelativeBlobPath", SAMPLE_MANIFEST },
202sb.Append($"<Blob Id=\"{SAMPLE_MANIFEST}\" Nonshipping=\"false\" />");
285IList<string> files = new List<string> { PACKAGE_A, PACKAGE_B, SAMPLE_MANIFEST };
334IList<string> files = new List<string> { PACKAGE_A, PACKAGE_B, SAMPLE_MANIFEST };
384IList<string> files = new List<string> { PACKAGE_A, PACKAGE_B, SAMPLE_MANIFEST };