Skip to content

Commit d85662d

Browse files
Krusenmadskristensen
authored andcommitted
Force recompilation for "recompile-all" menu command (#311)
1 parent 77d05c3 commit d85662d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebCompilerVsix/Commands/CompileAllFiles.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ private void CompileSolution(object sender, EventArgs e)
6363
foreach (string config in configs)
6464
{
6565
if (!string.IsNullOrEmpty(config))
66-
CompilerService.Process(config);
66+
CompilerService.Process(config, force: true);
6767
}
6868
}
6969
}

0 commit comments

Comments
 (0)