Skip to content

Commit 98db2b7

Browse files
committed
Dropped MSTest Core build step from Console App.
1 parent 6bb9a75 commit 98db2b7

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/X509.EnduranceTest.NetCore/X509.EnduranceTest.NetCore.csproj

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,5 @@
1414
<ProjectReference Include="..\X509.EnduranceTest.Shared\X509.EnduranceTest.Shared.csproj" />
1515
</ItemGroup>
1616

17-
<!--
18-
<HACK>
19-
The entry point of .Net core Test project is in testhost.dll
20-
App.config is expected as testhost.dll.config NOT as UniTests.exe|dll.config
21-
Copy the (ProjectName).dll.config to testhost.dll.config
22-
If below target is removed, entries in App.config will not take effect.
23-
</HACK>
24-
-->
25-
<Target Name="CopyAppConfig" AfterTargets="Build" DependsOnTargets="Build">
26-
<CreateItem Include="$(OutputPath)$(AssemblyName).dll.config">
27-
<Output TaskParameter="Include" ItemName="FilesToCopy" />
28-
</CreateItem>
29-
<Copy SourceFiles="@(FilesToCopy)" DestinationFiles="$(OutputPath)testhost.dll.config" />
30-
</Target>
31-
3217

3318
</Project>

0 commit comments

Comments
 (0)