Skip to content

Commit 8390127

Browse files
committed
Show MSBuild version in test
1 parent f2f4cdf commit 8390127

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildAnAppWithoutTransitiveProjectRefs.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ public void It_builds_the_project_successfully_with_static_graph_and_isolation()
2828
[Fact]
2929
public void It_cleans_the_project_successfully_with_static_graph_and_isolation()
3030
{
31+
Log.WriteLine("MSBuild version: " + TestContext.Current.ToolsetUnderTest.MSBuildVersion);
32+
3133
var (testAsset, outputDirectories) = BuildAppWithTransitiveDependenciesAndTransitiveCompileReference(new[] { "/graph", "/bl:build-{}.binlog" });
3234

3335
var cleanCommand = new DotnetCommand(

0 commit comments

Comments
 (0)