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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTarek Mahmoud Sayed <tarekms@microsoft.com>2017-07-07 22:49:45 +0300
committerJan Kotas <jkotas@microsoft.com>2017-07-07 22:49:45 +0300
commit7cc3b4ee7781b2a36c36bee6f87f330ead333e3c (patch)
treea9b6a08b7006483f49b0d44f73b81498b9717984 /dir.targets
parent95c949aa9588728da5513964d093db7af0d442ca (diff)
Remove UnNeeded package build Target (#4102)
We used this target as a hack till we update the build tools to v2.x and now we updated the build tools so this target is not needed anymore
Diffstat (limited to 'dir.targets')
-rw-r--r--dir.targets7
1 files changed, 0 insertions, 7 deletions
diff --git a/dir.targets b/dir.targets
index 4a2e50c48..df714dd15 100644
--- a/dir.targets
+++ b/dir.targets
@@ -59,11 +59,4 @@
<!-- Override corefx multi targeting support -->
<Target Name="ConvertCommonMetadataToAdditionalProperties" BeforeTargets="AssignProjectConfiguration" />
- <!-- OverrideLicenseUrl is temporary till we update the buildtools to v2 -->
- <Target Name="OverrideLicenseUrl" BeforeTargets="GenerateNuSpec">
- <PropertyGroup>
- <LicenseUrl>https://github.com/dotnet/corert/blob/master/LICENSE.TXT</LicenseUrl>
- </PropertyGroup>
- </Target>
-
</Project>