Closed analogrelay closed 4 years ago
@GuardRex Please do share the results when you get them.
@GuardRex , the packages folder is available on the ISO media, but not available in the Nano Server IaaS image on Azure, nor in the downloadable developer VHD. Instead, people should use the Find-NanoServerPackage and Install-NanoServerPackage cmdlet to acquire and install the required packages from the cloud repository. Please consult the Nano Server documentation, under "Installing packages on Nano Server online" Thanks ref@ Refaat Issa [MSFT]
@refaati Ah! ... thank you. That will definitely speed me up this weekend.
@gkhanna79 So much for getting to this by Sunday! My schedule got a little backed up. We see this now: https://github.com/dotnet/cli/issues/2967 ... which doesn't bode well for portable apps on Nano.
I only tested the self-contained application model previously. I still have a To-Do item to run tests for both app types in the coming days. I'll report back here soon. Got mired in other work. idk when I'll get back to this.
We had some issues with building
dnx
on Nano Server. We need to verify thatcorehost
will work fine on Nano Server (which only supports the OneCore APIs).