Added pack command

This commit is contained in:
David Fowler 2016-02-01 11:49:25 -08:00
parent dfc59eb20e
commit d886cc7195

View file

@ -126,6 +126,7 @@ Common Commands:
["compile-fsc"] = CompileFscCommand.Run,
["compile-native"] = CompileNativeCommand.Run,
["new"] = NewCommand.Run,
["pack"] = PackCommand.Run,
["projectmodel-server"] = ProjectModelServerCommand.Run,
["publish"] = PublishCommand.Run,
["restore"] = RestoreCommand.Run,