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