Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Move Microsoft.Framework.Project to Microsoft.Framework.PackageManager #274

Closed
davidfowl opened this issue May 31, 2014 · 1 comment
Closed

Comments

@davidfowl
Copy link
Member

Today we have k build and k crossgen, these commands should be in kpm so there's a clear separation between runtime and pack time. The new commands will be:

k: klr Microsoft.Framework.ApplicationHost [args]

k [command] [args] - Runs a command in the commands section
k run [args] - Runs the Program.Main entry point

kpm: klr lib\Microsoft.Framework.PackageManager\Microsoft.Framework.PackageManager.dll [args]

kpm restore - Restores packages
kpm build - build nuget packages (does not make sense for web applications)
kpm pack - packages an application for deployment
(*) kpm crossgen - generates native images for an application

(*) This needs some work to make it better. It's a stop gap.

This will break everything, KoreBuild will need an update as well as Visual Studio

@davidfowl
Copy link
Member Author

kpm crossgen hasn't been done as yet. We need to figure out where that command should live.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant