How to install custom assembly asp.net vnext KRuntime?

I built KRuntime using AppVeyor. His artifacts from artifacts\build\*.nupkgare in nuget feed . How to install this KRuntime build using version manager ?

+4
source share
1 answer

Try downloading the package to your local machine, and then:

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

Your movement may vary. I get this output:

C:\Users\chris\Downloads>kvm install KRE-svr50-x64.1.0.0-t140627040749.nupkg Unpacking to C:\Users\chris\.kre\packages\temp Installing to C:\Users\chris\.kre\packages\KRE-svr50-x64.1.0.0-t140627040749 Cannot find KRE-svr50-x86.1.0.0-t140627040749, do you need to run 'kvm install 1.0.0-t140627040749'?

+1
source

Source: https://habr.com/ru/post/1546235/


All Articles