I'm trying to deploy a core 2.0 app on Nano Server 2016, but when I try to install the 2.0 sdk via dotnet-install.ps1, I get this error:
dotnet-install: Downloading link: https://dotnetcli.azureedge.net/dotnet/Sdk/2.0.0/dotnet-sdk-2.0.0-win-x64.zip
dotnet-install: Cannot download: https://dotnetcli.azureedge.net/dotnet/Sdk/2.0.0/dotnet-sdk-2.0.0-win-x64.zip
dotnet-install: Downloading legacy link: https://dotnetcli.azureedge.net/dotnet/Sdk/2.0.0/dotnet-dev-win-x64.2.0.0.zip
Exception calling "IsBypassed" with "1" argument(s): "Operation is not supported on this platform."
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : PlatformNotSupportedException
Is there an alternative way to do this?
I found an alternate script that works properly:
Save as dotnet-install.ps1. Run .\dotnet-install.ps1 -Version 2.0.0