We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d05c3 commit d85662dCopy full SHA for d85662d
src/WebCompilerVsix/Commands/CompileAllFiles.cs
@@ -63,7 +63,7 @@ private void CompileSolution(object sender, EventArgs e)
63
foreach (string config in configs)
64
{
65
if (!string.IsNullOrEmpty(config))
66
- CompilerService.Process(config);
+ CompilerService.Process(config, force: true);
67
}
68
69
0 commit comments