3 references to SkipInteractiveExecution
Microsoft.Build.Tasks.CodeAnalysis.Sdk (3)
src\Compilers\Core\MSBuildTask\InteractiveCompiler.cs (3)
160
_store[nameof(
SkipInteractiveExecution
)] = value;
165
return _store.GetOrDefault(nameof(
SkipInteractiveExecution
), false);
192
return (
SkipInteractiveExecution
) ? 0 : base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);