We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0e32a commit 40503aaCopy full SHA for 40503aa
csharp/tools/tracing-config.lua
@@ -1,10 +1,7 @@
1
function RegisterExtractorPack()
2
local extractor = GetPlatformToolsDirectory() ..
3
'Semmle.Extraction.CSharp.Driver'
4
- if OperatingSystem == 'windows' then
5
- extractor = GetPlatformToolsDirectory() ..
6
- 'Semmle.Extraction.CSharp.Driver.exe'
7
- end
+ if OperatingSystem == 'windows' then extractor = extractor .. '.exe' end
8
local windowsMatchers = {
9
CreatePatternMatcher({'^dotnet%.exe$'}, MatchCompilerName, extractor,
10
{prepend = {'--dotnetexec', '--cil'}}),
0 commit comments