5 writes to TempDir
Microsoft.DotNet.SignTool.Tests (5)
SignToolTests.cs (5)
491TempDir = "TempDir", 512TempDir = "TempDir", 1807TempDir = "TempDir", 2350TempDir = "TempDir", 2386TempDir = "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."); 251var signToolArgs = new SignToolArgs(TempDir, MicroBuildCorePath, TestSign, MSBuildPath, DotNetPath, LogDir, enclosingDir, SNBinaryPath, WixToolsPath, TarToolPath, PkgToolPath); 260TempDir, 312Log.LogMessage(MessageImportance.High, $"MicroBuild signing configuration will be in (Round*.proj): {TempDir}");