File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -80,16 +80,15 @@ function RegisterExtractorPack(id)
80
80
end
81
81
end
82
82
83
- -- for `dotnet test`, we should not append `-p:UseSharedCompilation=false` to the command line
84
- -- if an `exe` or `dll` is passed as an argument as the call is forwarded to vstest.
85
- if testMatch and (arg :match (' %.exe$' ) or arg :match (' %.dll' )) then
86
- match = false
87
- break
88
- end
89
-
90
83
-- we have found a sub-command, ignore all strings that look like sub-command names from now on
91
84
inSubCommandPosition = false
92
85
end
86
+ -- for `dotnet test`, we should not append `-p:UseSharedCompilation=false` to the command line
87
+ -- if an `exe` or `dll` is passed as an argument as the call is forwarded to vstest.
88
+ if testMatch and (arg :match (' %.exe$' ) or arg :match (' %.dll' )) then
89
+ match = false
90
+ break
91
+ end
93
92
-- if we see a separator to `dotnet run`, inject just prior to the existing separator
94
93
if arg == ' --' then
95
94
dotnetRunNeedsSeparator = false
You can’t perform that action at this time.
0 commit comments