ChocolateyInstall.ps1 should not restore Roslyn packages#1140
Conversation
Previous versions required that Roslyn be restored from NuGet. This is no longer necessary, since we now distribute a more recent release of Roslyn in our package.
|
Checking now |
|
Verified, thanks @jrusbatch! |
|
Are we complying with the license for https://www.nuget.org/packages/Roslyn.Compilers.CSharp by distributing it with scriptcs? |
|
The new Roslyn bits are OSS . We can distribute it.
|
|
OK, so this is fine for the dev branch. Our master branch has been distributing the old Roslyn bits for some time now (with the redundant restore in the chocolatey script) but that is a separate issue. |
|
Really? I thought those are the newer bits.
|
|
We haven't yet released a version using anything newer than the old CTP with the restrictive license. |
Previous versions required that Roslyn be restored from NuGet. This is no longer necessary, since we now distribute a more recent release of Roslyn in our package.
Steps to test:
build.cmd.artifacts\Release.choco install scriptcs -source .Scriptcs v0.16.0 should install without error.