Skip to content

Instantly share code, notes, and snippets.

@Julien-Mialon
Created June 1, 2017 08:22
Show Gist options
  • Save Julien-Mialon/1918cc8c9db470558eaa8e0f9fdfb77b to your computer and use it in GitHub Desktop.
Save Julien-Mialon/1918cc8c9db470558eaa8e0f9fdfb77b to your computer and use it in GitHub Desktop.
Cake issue
if(!System.IO.File.Exists("test.sln"))
{
System.IO.File.WriteAllText("test.sln", @"Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
");
}
MSBuild("test.sln", c => c.WithProperty("CodesignKey", "'iPhone Distribution: Company, SA (XXXXXXXXXX)'"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment