We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2319e7a commit 6ed5550Copy full SHA for 6ed5550
src/GitVersion.MsBuild.Tests/Helpers/MsBuildExeFixture.cs
@@ -72,8 +72,6 @@ public void CreateTestProject(Action<ProjectCreator> extendProject)
72
? ProjectCreator.Templates.SdkCsproj(this.ProjectPath)
73
: ProjectCreator.Templates.LegacyCsproj(this.ProjectPath, defaultTargets: null, targetFrameworkVersion: "v4.8", toolsVersion: "15.0");
74
75
- if (project == null) return;
76
-
77
extendProject(project);
78
79
project.Save();
0 commit comments