Skip to content

Instantly share code, notes, and snippets.

@Pzixel
Created July 18, 2017 08:55
Show Gist options
  • Save Pzixel/14769ea12073d841ba809464ed50d4d4 to your computer and use it in GitHub Desktop.
Save Pzixel/14769ea12073d841ba809464ed50d4d4 to your computer and use it in GitHub Desktop.
Installs listed packages
$packages = "Microsoft.CodeAnalysis.Analyzers", "Microsoft.CodeAnalysis.Common", "Microsoft.CodeAnalysis.CSharp", "Microsoft.CodeAnalysis.CSharp.Workspaces", "Microsoft.CodeAnalysis.Workspaces.Common", "Microsoft.Composition", "NuGet.CommandLine", "System.Collections.Immutable", "System.Reflection.Metadata"
$packages | foreach {Install-Package $_}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment