Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions src/testhost.arm64/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
</startup>
<runtime>
<gcServer enabled="true" />
<gcConcurrent enabled="false" />

<legacyUnhandledExceptionPolicy enabled="1" />
<legacyCorruptedStateExceptionsPolicy enabled="true" />

Expand Down Expand Up @@ -65,7 +62,7 @@
<!--<add key="ExecutionThreadApartmentState" value ="MTA"/>-->
<!--<add key="TraceLogMaxFileSizeInKb" value ="10240"/>-->
<!-- MsTest Adapter Specific AppSettings -->

<!-- This flag is added to support test execution for net35 tests through TMI adapter. -->
<add key="TestProjectRetargetTo35Allowed" value="true" />
</appSettings>
Expand Down
5 changes: 1 addition & 4 deletions src/testhost.x86/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
</startup>
<runtime>
<gcServer enabled="true" />
<gcConcurrent enabled="false" />

<legacyUnhandledExceptionPolicy enabled="1"/>
<legacyCorruptedStateExceptionsPolicy enabled="true"/>

Expand Down Expand Up @@ -65,7 +62,7 @@
<!--<add key="ExecutionThreadApartmentState" value ="MTA"/>-->
<!--<add key="TraceLogMaxFileSizeInKb" value ="10240"/>-->
<!-- MsTest Adapter Specific AppSettings -->

<!-- This flag is added to support test execution for net35 tests through TMI adapter. -->
<add key="TestProjectRetargetTo35Allowed" value="true" />
</appSettings>
Expand Down
5 changes: 1 addition & 4 deletions src/testhost/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
</startup>
<runtime>
<gcServer enabled="true" />
<gcConcurrent enabled="false" />

<legacyUnhandledExceptionPolicy enabled="1" />
<legacyCorruptedStateExceptionsPolicy enabled="true" />

Expand Down Expand Up @@ -65,7 +62,7 @@
<!--<add key="ExecutionThreadApartmentState" value ="MTA"/>-->
<!--<add key="TraceLogMaxFileSizeInKb" value ="10240"/>-->
<!-- MsTest Adapter Specific AppSettings -->

<!-- This flag is added to support test execution for net35 tests through TMI adapter. -->
<add key="TestProjectRetargetTo35Allowed" value="true" />
</appSettings>
Expand Down
3 changes: 0 additions & 3 deletions src/vstest.console/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
</startup>
<runtime>
<gcServer enabled="true" />
<gcConcurrent enabled="false" />

<legacyUnhandledExceptionPolicy enabled="1" />

<!-- To get stacktrace information for portable and embedded pdbs when net472 installed on machine.
Expand Down