10 references to SAMPLE_MANIFEST
Microsoft.DotNet.Build.Tasks.Feed.Tests (10)
PushToBuildStorageTests.cs (10)
48new TaskItem(SAMPLE_MANIFEST, new Dictionary<string, string> 51{ "RelativeBlobPath", SAMPLE_MANIFEST }, 74new TaskItem(SAMPLE_MANIFEST, new Dictionary<string, string> 77{ "RelativeBlobPath", SAMPLE_MANIFEST }, 101new TaskItem(SAMPLE_MANIFEST, new Dictionary<string, string> 104{ "RelativeBlobPath", SAMPLE_MANIFEST }, 206sb.Append($"<Blob Id=\"{SAMPLE_MANIFEST}\" Nonshipping=\"false\" />"); 289IList<string> files = new List<string> { PACKAGE_A, PACKAGE_B, SAMPLE_MANIFEST }; 338IList<string> files = new List<string> { PACKAGE_A, PACKAGE_B, SAMPLE_MANIFEST }; 388IList<string> files = new List<string> { PACKAGE_A, PACKAGE_B, SAMPLE_MANIFEST };