Remove un-needed target
authorTarek Mahmoud Sayed <tarekms@microsoft.com>
Mon, 15 May 2017 19:48:50 +0000 (12:48 -0700)
committerTarek Mahmoud Sayed <tarekms@microsoft.com>
Mon, 15 May 2017 19:48:50 +0000 (12:48 -0700)
Commit migrated from https://github.com/dotnet/core-setup/commit/371c2cd510578b415613ba9f2defb0734495cb2b

src/installer/pkg/projects/dir.targets

index 4e3a65c..6055b03 100644 (file)
     </MSBuild>
   </Target>
   
-  <!-- OverrideLicenseUrl is temporary till we update the buildtools to v2 -->  
-  <Target Name="OverrideLicenseUrl" BeforeTargets="GenerateNuSpec">
-    <PropertyGroup>
-      <LicenseUrl>https://github.com/dotnet/core-setup/blob/master/LICENSE.TXT</LicenseUrl>
-    </PropertyGroup>
-  </Target>
-
 </Project>
\ No newline at end of file