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