Address more PR feedback

- Add libssl-dev dependency to DockerFile, because the package upgrade test still depend on this. It can be removed once a newer package without libssl-dev dependency is uploaded.
- Check pre-reqs in the package script.
This commit is contained in:
Sridhar Periyasamy 2016-03-09 20:15:06 +00:00
parent 1737fa8cbc
commit 53dd5f4a23
4 changed files with 45 additions and 13 deletions

View file

@ -33,7 +33,6 @@ namespace Microsoft.DotNet.Cli.Build
break;
default:
throw new Exception($"Unknown channel - {channel}");
break;
}
return packageName;