Skip to content

Commit 2937543

Browse files
committed
Fixed the build.
1 parent 4e8f076 commit 2937543

File tree

1 file changed

+2
-0
lines changed
  • src/PostSharp.Engineering.BuildTools/Build/Model

1 file changed

+2
-0
lines changed

src/PostSharp.Engineering.BuildTools/Build/Model/Product.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,6 +1432,8 @@ internal bool TryGenerateGlobalJson( BuildContext context, string? overrideSdkVe
14321432
""";
14331433

14341434
TextFileHelper.WriteIfDifferent( Path.Combine( context.RepoDirectory, "global.json" ), globalJson, context );
1435+
1436+
return true;
14351437
}
14361438

14371439
internal bool TryGenerateNuGetConfig( BuildContext context, DependenciesOverrideFile dependenciesOverrideFile, BuildConfiguration configuration )

0 commit comments

Comments
 (0)