Remove RestoreSources from Tools.props (dotnet/corefx#39399)
authorViktor Hofer <viktor.hofer@microsoft.com>
Thu, 11 Jul 2019 23:13:21 +0000 (01:13 +0200)
committerSantiago Fernandez Madero <safern@microsoft.com>
Thu, 11 Jul 2019 23:13:21 +0000 (16:13 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/787b7cd8a70f8d9cb3b4791524934b77e673ae86

eng/publish.proj

index e2c970d..225b418 100644 (file)
@@ -1,6 +1,6 @@
 <Project>
   <Import Project="..\Directory.Build.props" />
-  <Import Project="$(NuGetPackageRoot)/$(PublishSymbolsPackage.ToLower())/$(PublishSymbolsPackageVersion)/build/PublishSymbols.targets" />
+  <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. -->