|
|
|
@ -83,6 +83,10 @@ namespace MicroBuildServer.DotNetBuilder |
|
|
|
|
globalProperty.Add("SignAssembly", "true"); |
|
|
|
|
globalProperty.Add("AssemblyOriginatorKeyFile", request.SigningKey); |
|
|
|
|
} |
|
|
|
|
if (request.RunCodeAnalysis) |
|
|
|
|
{ |
|
|
|
|
globalProperty.Add("RunCodeAnalysis", "true"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
var buildRequest = new BuildRequestData(request.SolutionPath, globalProperty, null, new [] { request.Target }, null); |
|
|
|
|
|
|
|
|
|