C#: Inject /p:MvcBuildViews=true using tracer instead of auto-builder

This commit is contained in:
Tom Hvitved
2022-08-31 09:05:04 +02:00
parent 914b9680c0
commit c75c489707
3 changed files with 11 additions and 11 deletions

View File

@@ -61,7 +61,8 @@ function RegisterExtractorPack(id)
compilerPath,
compilerArguments,
nil, {
'/p:UseSharedCompilation=false'
'/p:UseSharedCompilation=false',
'/p:MvcBuildViews=true'
})
}