Don't use the cache for the roslyn ngen

This commit is contained in:
David Fowler 2014-03-05 12:47:06 -08:00
parent 08ab9b3130
commit ff922fcbd6
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ var tempRoslynDir='bin\_roslyn\all'
exec program='${gacutil}' commandline='/u ${p}' each='var p in roslynAssemblies'
nuget-install package='Microsoft.CodeAnalysis.CSharp' outputDir='${tempRoslynPackagesDir}' extra='-pre -ExcludeVersion'
nuget-install package='Microsoft.CodeAnalysis.CSharp' outputDir='${tempRoslynPackagesDir}' extra='-pre -ExcludeVersion -nocache'
@{
var binaries = Files.Include(Path.Combine(tempRoslynPackagesDir, "**", "*net45*", "*.dll"));