5 writes to TempDir
Microsoft.DotNet.SignTool.Tests (5)
SignToolTests.cs (5)
400
TempDir
= "TempDir",
419
TempDir
= "TempDir",
1381
TempDir
= "TempDir",
1946
TempDir
= "TempDir",
1980
TempDir
= "TempDir",
5 references to TempDir
Microsoft.DotNet.SignTool (5)
src\SignToolTask.cs (5)
204
if(!Path.IsPathRooted(
TempDir
))
206
Log.LogWarning($"TempDir ('{
TempDir
}' is not rooted, this can cause unexpected behavior in signtool. Please provide a fully qualified 'TempDir' path.");
244
var signToolArgs = new SignToolArgs(
TempDir
, MicroBuildCorePath, TestSign, MSBuildPath, LogDir, enclosingDir, SNBinaryPath, WixToolsPath, TarToolPath);
251
TempDir
,
301
Log.LogMessage(MessageImportance.High, $"MicroBuild signing configuration will be in (Round*.proj): {
TempDir
}");