Fixed platform name

dependabot/npm_and_yarn/BuildServer/eslint-7.2.0
Inga 🏳‍🌈 9 years ago
parent 6ebcf4e31f
commit 519d125cd8
  1. 2
      DotNetBuilder/Compiler.cs

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

Loading…
Cancel
Save