Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago Fernandez <safern@microsoft.com>2017-04-07 05:58:16 +0300
committerSantiago Fernandez <safern@microsoft.com>2017-04-07 05:58:29 +0300
commit5407f8f91b3ee1dfa6b9fc6cddda02ec59189887 (patch)
treece4008a03d96dc9c7d990141359349e8511505ff /Tools-Override
parenta51ffd4fb32ac494ab4d34b4fe4ba1ece4ffb63c (diff)
PR Feedback
Diffstat (limited to 'Tools-Override')
-rw-r--r--Tools-Override/tests.targets10
1 files changed, 5 insertions, 5 deletions
diff --git a/Tools-Override/tests.targets b/Tools-Override/tests.targets
index 2287e80fed..30bd6d3991 100644
--- a/Tools-Override/tests.targets
+++ b/Tools-Override/tests.targets
@@ -129,18 +129,18 @@
BeforeTargets="GenerateTestExecutionScripts"
Condition="'$(BuildingNETFxVertical)' == 'true'">
<PropertyGroup>
- <GenericConfigSourceFile>$(ToolsDir)\DesktopRunnerConfigFile.config</GenericConfigSourceFile>
- <XunitRunnerNetfxConfigFile>$(TestPath)\$(XunitExecutable).config</XunitRunnerNetfxConfigFile>
+ <NETFxTestRunnerAppConfig Condition="'$(NETFxTestRunnerAppConfig)' == ''">$(ToolsDir)\DesktopRunnerConfigFile.config</NETFxTestRunnerAppConfig>
+ <XunitRunnerNETFxConfigFile>$(TestPath)\$(XunitExecutable).config</XunitRunnerNETFxConfigFile>
<RemoteExecutorConfigFile>$(TestPath)\RemoteExecutorConsoleApp.exe.config</RemoteExecutorConfigFile>
</PropertyGroup>
- <Copy SourceFiles="$(GenericConfigSourceFile)"
- DestinationFiles="$(XunitRunnerNetfxConfigFile)"
+ <Copy SourceFiles="$(NETFxTestRunnerAppConfig)"
+ DestinationFiles="$(XunitRunnerNETFxConfigFile)"
SkipUnchangedFiles="true"
/>
<Copy Condition="Exists('$(TestPath)\RemoteExecutorConsoleApp.exe')"
- SourceFiles="$(GenericConfigSourceFile)"
+ SourceFiles="$(NETFxTestRunnerAppConfig)"
DestinationFiles="$(RemoteExecutorConfigFile)"
SkipUnchangedFiles="true"
/>