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() =>
|
public static async Task<int> Main() =>
|
||||||
await new CliApplicationBuilder()
|
await new CliApplicationBuilder()
|
||||||
.AddCommandsFromThisAssembly()
|
.AddCommandsFromThisAssembly()
|
||||||
|
.SetExecutableName("ReCodeIt")
|
||||||
.Build()
|
.Build()
|
||||||
.RunAsync();
|
.RunAsync();
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user