|
|
@ -76,7 +76,7 @@ namespace MicroBuildServer.DotNetBuilder |
|
|
|
|
|
|
|
|
|
|
|
var pc = new ProjectCollection(); |
|
|
|
var pc = new ProjectCollection(); |
|
|
|
var globalProperty = new Dictionary<string, string>(); |
|
|
|
var globalProperty = new Dictionary<string, string>(); |
|
|
|
globalProperty.Add("Configuration", "Release"); |
|
|
|
globalProperty.Add("Configuration", request.Configuration ?? "Release"); |
|
|
|
globalProperty.Add("Platform", "Any CPU"); |
|
|
|
globalProperty.Add("Platform", "Any CPU"); |
|
|
|
globalProperty.Add("VisualStudioVersion", "14.0"); |
|
|
|
globalProperty.Add("VisualStudioVersion", "14.0"); |
|
|
|
if (!string.IsNullOrEmpty(request.OutputDirectory)) |
|
|
|
if (!string.IsNullOrEmpty(request.OutputDirectory)) |
|
|
|