How do I install a custom build of asp.net vnext KRuntime? -


i built kruntime using appveyor. artifacts artifacts\build\*.nupkg in nuget feed. how install kruntime build using version manager?

try downloading package local machine, then:

kvm install kre-svr50-x64.1.0.0-t140627040749.nupkg

your milage may vary. output:

c:\users\chris\downloads>kvm install kre-svr50-x64.1.0.0-t140627040749.nupkg unpacking c:\users\chris\.kre\packages\temp installing c:\users\chris\.kre\packages\kre-svr50-x64.1.0.0-t140627040749 cannot find kre-svr50-x86.1.0.0-t140627040749, need run 'kvm install 1.0.0-t140627040749'?


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -