Skip to content

Commit

Permalink
more build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpar committed Dec 7, 2023
1 parent cfee017 commit dae1420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Basic.CompilerLog/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ static string GetLogFilePathAfterBuild(string baseDirectory, string? buildFileNa
}

var tag = buildArgs.Any() ? "" : "-t:Rebuild";
var args = $"build {path} -bl:build.binlog {tag} {string.Join(' ', buildArgs)}";
var args = $"build {path} -bl:build.binlog -nr:false {tag} {string.Join(' ', buildArgs)}";
WriteLine($"Building {path}");
WriteLine($"dotnet {args}");
var result = ProcessUtil.Run("dotnet", args, baseDirectory);
Expand Down

0 comments on commit dae1420

Please sign in to comment.