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
path: root/pkg
diff options
context:
space:
mode:
authorJose Perez Rodriguez <joperezr@microsoft.com>2018-04-04 02:16:23 +0300
committerGitHub <noreply@github.com>2018-04-04 02:16:23 +0300
commit2ed087eff0c2a9d8882dbbc1f22a92ae014625a3 (patch)
treec260793407da9292095db192b044811d9d67ea1d /pkg
parente43901d03a3183c62dba9f354e51130a5c514a30 (diff)
Removing unused Target
This target was only really for my testing and it accidentally made it to the final merge, so I'm reverting that piece now.
Diffstat (limited to 'pkg')
-rw-r--r--pkg/test/testPackages.proj7
1 files changed, 1 insertions, 6 deletions
diff --git a/pkg/test/testPackages.proj b/pkg/test/testPackages.proj
index 943f49d631..dc29aac152 100644
--- a/pkg/test/testPackages.proj
+++ b/pkg/test/testPackages.proj
@@ -89,11 +89,6 @@
<CliEnvironment Include="DOTNET_MULTILEVEL_LOOKUP=0" />
</ItemGroup>
- <Target Name="JoeLog" BeforeTargets="CreateTestDir">
- <Message Importance="High" Text="**TestSupportFiles = @(TestSupportFiles)" />
- <Message Importance="High" Text="**_ExcludeTestSupportFiles = @(_ExcludeTestSupportFiles)" />
- </Target>
-
<Target Name="CreateTestDir"
Inputs="@(TestSupportFiles)"
Outputs="@(TestSupportFiles->'%(DestinationFolder)\%(FileName)%(Extension)')">
@@ -185,4 +180,4 @@
<Target Name="Build" DependsOnTargets="BuildProjects" />
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project> \ No newline at end of file
+</Project>