You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.
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 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
The text was updated successfully, but these errors were encountered:
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]
kpm: klr lib\Microsoft.Framework.PackageManager\Microsoft.Framework.PackageManager.dll [args]
(*) 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
The text was updated successfully, but these errors were encountered: