Skip to content

Commit cadfb85

Browse files
committed
fix compilation
1 parent 7489664 commit cadfb85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersionTask.Tests/Helpers/MsBuildExeFixtureResult.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public MsBuildExeFixtureResult(RepositoryFixtureBase fixture)
1212
{
1313
this.fixture = fixture;
1414
}
15-
public AnalyzerResults MsBuild { get; set; }
15+
public IAnalyzerResults MsBuild { get; set; }
1616
public string Output { get; set; }
1717
public string ProjectPath { get; set; }
1818
public void Dispose()

0 commit comments

Comments
 (0)