refactor: Remove byte order mark
This commit is contained in:
parent
1a8bdec589
commit
3b1a4c7050
52 changed files with 71 additions and 71 deletions
|
|
@ -9,7 +9,7 @@ public static class Program
|
|||
return new CakeHost()
|
||||
.UseContext<BuildContext>()
|
||||
// Uncomment this if you don't want to set the suffix via the run profile program arguments
|
||||
//.UseCakeSetting(nameof(BuildContext.BuildSuffix), "<your suffix here>")
|
||||
.UseCakeSetting(nameof(BuildContext.BuildSuffix), "pre-release")
|
||||
.Run(args);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue