Fix publish build of CLI
This commit is contained in:
parent
bcf73bd7d7
commit
6966628e5b
@ -6,6 +6,7 @@ public static class Program
|
||||
public static async Task<int> Main() =>
|
||||
await new CliApplicationBuilder()
|
||||
.AddCommandsFromThisAssembly()
|
||||
.SetExecutableName("ReCodeIt")
|
||||
.Build()
|
||||
.RunAsync();
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user