Re-organise vpk commands to sub folders

This commit is contained in:
Caelan Sayler
2024-03-27 20:50:53 +00:00
parent d098cc5a7f
commit 2acfab1e8c
31 changed files with 90 additions and 92 deletions

View File

@@ -1,6 +1,6 @@

using System.CommandLine;
using Velopack.Vpk.Commands;
using Velopack.Vpk.Commands.Deployment;
namespace Velopack.CommandLine.Tests.Commands;