3 references to SkipInteractiveExecution
Microsoft.Build.Tasks.CodeAnalysis (3)
InteractiveCompiler.cs (3)
162
_store[nameof(
SkipInteractiveExecution
)] = value;
167
return _store.GetOrDefault(nameof(
SkipInteractiveExecution
), false);
194
return (
SkipInteractiveExecution
) ? 0 : base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);