mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C#: Inject /p:MvcBuildViews=true using tracer instead of auto-builder
This commit is contained in:
@@ -61,7 +61,8 @@ function RegisterExtractorPack(id)
|
||||
compilerPath,
|
||||
compilerArguments,
|
||||
nil, {
|
||||
'/p:UseSharedCompilation=false'
|
||||
'/p:UseSharedCompilation=false',
|
||||
'/p:MvcBuildViews=true'
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user