5 writes to TempDir
Microsoft.DotNet.SignTool.Tests (5)
SignToolTests.cs (5)
546
TempDir
= "TempDir",
566
TempDir
= "TempDir",
2031
TempDir
= "TempDir",
2573
TempDir
= "TempDir",
2608
TempDir
= "TempDir",
5 references to TempDir
Microsoft.DotNet.SignTool (5)
src\SignToolTask.cs (5)
213
if (!Path.IsPathRooted(
TempDir
))
215
Log.LogWarning($"TempDir ('{
TempDir
}' is not rooted, this can cause unexpected behavior in signtool. Please provide a fully qualified 'TempDir' path.");
240
var signToolArgs = new SignToolArgs(
TempDir
, MicroBuildCorePath, TestSign, DotNetPath, MSBuildVerbosity, LogDir, enclosingDir, SNBinaryPath, WixToolsPath, TarToolPath, PkgToolPath, DotNetTimeout);
249
TempDir
,
299
Log.LogMessage(MessageImportance.High, $"MicroBuild signing configuration will be in (Round*.proj): {
TempDir
}");