5 writes to TempDir
Microsoft.DotNet.SignTool.Tests (5)
SignToolTests.cs (5)
548TempDir = "TempDir", 568TempDir = "TempDir", 2108TempDir = "TempDir", 2649TempDir = "TempDir", 2684TempDir = "TempDir",
5 references to TempDir
Microsoft.DotNet.SignTool (5)
src\SignToolTask.cs (5)
224if (!Path.IsPathRooted(TempDir)) 226Log.LogWarning($"TempDir ('{TempDir}' is not rooted, this can cause unexpected behavior in signtool. Please provide a fully qualified 'TempDir' path."); 256var signToolArgs = new SignToolArgs(TempDir, MicroBuildCorePath, TestSign, DotNetPath, MSBuildVerbosity, LogDir, enclosingDir, SNBinaryPath, Wix3ToolsPath, WixToolsPath, TarToolPath, PkgToolPath, DotNetTimeout); 265TempDir, 316Log.LogMessage(MessageImportance.High, $"MicroBuild signing configuration will be in (Round*.proj): {TempDir}");