3 overrides of RunMSBuild
Microsoft.DotNet.SignTool (2)
src\RealSignTool.cs (1)
49public override bool RunMSBuild(IBuildEngine buildEngine, string projectFilePath, string binLogPath, string logPath, string errorLogPath, bool suppressErrors = false)
src\ValidationOnlySignTool.cs (1)
58public override bool RunMSBuild(IBuildEngine buildEngine, string projectFilePath, string binLogPath, string logPath, string errorLogPath, bool suppressErrors = false)
Microsoft.DotNet.SignTool.Tests (1)
FakeSignTool.cs (1)
37public override bool RunMSBuild(IBuildEngine buildEngine, string projectFilePath, string binLogPath, string logPath, string errorLogPath, bool suppressErrors = false)
2 references to RunMSBuild
Microsoft.DotNet.SignTool (2)
src\SignTool.cs (2)
155status = RunMSBuild(buildEngine, signProjectPath, Path.Combine(_args.LogDir, $"{signingLogName}.binlog"), Path.Combine(_args.LogDir, $"{signingLogName}.log"), Path.Combine(_args.LogDir, $"{signingLogName}.error.log")); 200notarizationSucceeded = RunMSBuild(buildEngine, notarizeProjectPath,