Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Build.UnitTests/BackEnd/BuildManager_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3805,7 +3805,7 @@ public void OutOfProcFileBasedP2PBuildSucceeds()
/// not reload it from disk but instead fully utilize the entire translate project instance state
/// to do the build.
/// </summary>
/// <param name="shouldSerializeEntireState">Serializes the entire project instance state if true.</param>
/// <param name="shouldSerializeEntireState"><see langword="true"/> to serialize the entire project instance state; otherwise, <see langword="false"/>.</param>
[Theory]
[InlineData(false)]
[InlineData(true)]
Expand Down