5 writes to MSBuildPath
Microsoft.DotNet.SignTool.Tests (5)
SignToolTests.cs (5)
411MSBuildPath = CreateTestResource("msbuild.fake"), 431MSBuildPath = CreateTestResource("msbuild.fake"), 1423MSBuildPath = CreateTestResource("msbuild.fake"), 1976MSBuildPath = CreateTestResource("msbuild.fake"), 2011MSBuildPath = CreateTestResource("msbuild.fake"),
3 references to MSBuildPath
Microsoft.DotNet.SignTool (3)
src\SignToolTask.cs (3)
205if (isWindows && typeof(object).Assembly.GetName().Name != "mscorlib" && !File.Exists(MSBuildPath)) 208Log.LogError($"MSBuild was not found at this path: '{MSBuildPath}'."); 247var signToolArgs = new SignToolArgs(TempDir, MicroBuildCorePath, TestSign, MSBuildPath, DotNetPath, LogDir, enclosingDir, SNBinaryPath, WixToolsPath, TarToolPath);