Don't use the cache for the roslyn ngen
This commit is contained in:
parent
08ab9b3130
commit
ff922fcbd6
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Reference in New Issue