File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
src/X509.EnduranceTest.NetCore Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 14
14
<ProjectReference Include =" ..\X509.EnduranceTest.Shared\X509.EnduranceTest.Shared.csproj" />
15
15
</ItemGroup >
16
16
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
-
32
17
33
18
</Project >
You can’t perform that action at this time.
0 commit comments