Skip to content

Commit

Permalink
Update the test for updateBuildNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkone committed Nov 17, 2020
1 parent cb720f2 commit c4f166e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void BuildNumberIsFullSemVer()

writes = new List<string>();
buildServer.WriteIntegration(writes.Add, variables, false);
writes.ShouldBeEmpty();
writes.ShouldNotContain(x => x.StartsWith("Executing GenerateSetVersionMessage for "));
}

private class BuildAgent : BuildAgentBase
Expand Down

0 comments on commit c4f166e

Please sign in to comment.