PushToBuildStorageTests.cs (15)
286mockFileSystem.Files[PDB_A] = nameof(PDB_A);
291new TaskItem(PDB_A, new Dictionary<string, string>
341mockFileSystem.Files[PDB_A] = nameof(PDB_A);
346new TaskItem(PDB_A, new Dictionary<string, string>
458mockFileSystem.Files[PDB_A] = "PdbA content"; // Include a PDB for publishing
492new TaskItem(PDB_A, new Dictionary<string, string>
575mockFileSystem.Files[PDB_A] = "PdbA content"; // Include a PDB for publishing
608new TaskItem(PDB_A, new Dictionary<string, string>
766new TaskItem(PDB_A, new Dictionary<string, string>
802mockFileSystem.Files[PDB_A] = nameof(PDB_A);
807new TaskItem(PDB_A, new Dictionary<string, string>
837mockFileSystem.Files.Should().Contain(expectedPdbALocation, nameof(PDB_A));