refactoring + [WIP/ci]
This commit is contained in:
parent
aec12b3177
commit
19a63b5610
12 changed files with 167 additions and 71 deletions
12
cli/Commands/CiBuildCommand.cs
Normal file
12
cli/Commands/CiBuildCommand.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
using Microsoft.Extensions.CommandLineUtils;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using cli.Services;
|
||||
|
||||
namespace cli {
|
||||
|
||||
public class CiBuildCommand {
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue