5 writes to TempDir
Microsoft.DotNet.SignTool.Tests (5)
SignToolTests.cs (5)
400
TempDir
= "TempDir",
420
TempDir
= "TempDir",
1383
TempDir
= "TempDir",
1936
TempDir
= "TempDir",
1971
TempDir
= "TempDir",
5 references to TempDir
Microsoft.DotNet.SignTool (5)
src\SignToolTask.cs (5)
218
if(!Path.IsPathRooted(
TempDir
))
220
Log.LogWarning($"TempDir ('{
TempDir
}' is not rooted, this can cause unexpected behavior in signtool. Please provide a fully qualified 'TempDir' path.");
247
var signToolArgs = new SignToolArgs(
TempDir
, MicroBuildCorePath, TestSign, MSBuildPath, DotNetPath, LogDir, enclosingDir, SNBinaryPath, WixToolsPath, TarToolPath);
254
TempDir
,
304
Log.LogMessage(MessageImportance.High, $"MicroBuild signing configuration will be in (Round*.proj): {
TempDir
}");