using ln.build.pipeline; namespace ln.build.commands { public class DotNetCommand : StageCommand { public DotNetCommand(string arguments) :base("DOTNET"){ } public void Analyze(Stage stage) { } public override void Run(Stage stage) { } } }