Fix warning for duplicate publish target import (dotnet/corefx#39423)
authorViktor Hofer <viktor.hofer@microsoft.com>
Fri, 12 Jul 2019 21:38:29 +0000 (23:38 +0200)
committerSantiago Fernandez Madero <safern@microsoft.com>
Fri, 12 Jul 2019 21:38:29 +0000 (14:38 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/187dc7f6d63549948690359fbe1f28e541aff344

eng/publish.proj

index 225b418..d02cfc5 100644 (file)
@@ -1,6 +1,5 @@
 <Project>
   <Import Project="..\Directory.Build.props" />
-  <Import Project="$(NuGetPackageRoot)/microsoft.symboluploader.build.task/$(MicrosoftSymbolUploaderBuildTaskVersion)/build/PublishSymbols.targets" />
 
   <!-- We need to import Directory.Build.targets at the beginning because there is where we import the restored tools targets, in 
   this case we need Microsoft.DotNet.Build.Tasks.Feed targets to be imported. -->