1 write to _dotnetTimeout
Microsoft.DotNet.SignTool (1)
src\RealSignTool.cs (1)
46
_dotnetTimeout
= args.DotNetTimeout;
3 references to _dotnetTimeout
Microsoft.DotNet.SignTool (3)
src\RealSignTool.cs (3)
81
if (!process.WaitForExit(
_dotnetTimeout
))
84
_log.LogMessage(MessageImportance.High, $"MSBuild process did not exit within '{
_dotnetTimeout
}' ms.");
86
_log.LogError($"MSBuild process did not exit within '{
_dotnetTimeout
}' ms.");