summaryrefslogtreecommitdiff
path: root/src/publish.proj
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2017-10-23 14:17:21 -0700
committerwtgodbe <wigodbe@microsoft.com>2017-10-24 12:27:47 -0700
commitb813321f918b91142e95bc6b74d524664ea703ba (patch)
tree587184af0ef552d035d5d9bf918c73ef06a7f184 /src/publish.proj
parent15e1472aab7ed42dafde0331ed6cece465a0763d (diff)
downloadcoreclr-b813321f918b91142e95bc6b74d524664ea703ba.tar.gz
coreclr-b813321f918b91142e95bc6b74d524664ea703ba.tar.bz2
coreclr-b813321f918b91142e95bc6b74d524664ea703ba.zip
Use new feed tasks package & auto-update version
Diffstat (limited to 'src/publish.proj')
-rw-r--r--src/publish.proj7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/publish.proj b/src/publish.proj
index 9def32ab0c..81ac12df7c 100644
--- a/src/publish.proj
+++ b/src/publish.proj
@@ -2,12 +2,7 @@
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
- <PropertyGroup>
- <FeedsDir Condition="'$(RunningOnCore)' != 'true'">$(ToolsDir)Microsoft.Dotnet.Build.Tasks.Feed/net46/</FeedsDir>
- <FeedsDir Condition="'$(RunningOnCore)' == 'true'">$(ToolsDir)microsoft.dotnet.build.tasks.feed/netstandard1.5/</FeedsDir>
- </PropertyGroup>
-
- <UsingTask TaskName="PushToBlobFeed" AssemblyFile="$(FeedsDir)Microsoft.DotNet.Build.Tasks.Feed.dll"/>
+ <Import Project="$(PackagesDir)/$(FeedTasksPackage.ToLower())/$(FeedTasksPackageVersion)/build/$(FeedTasksPackage).targets" />
<PropertyGroup>
<PackagesPattern Condition="'$(PackagesPattern)' == ''">$(PackagesBinDir)pkg\*.nupkg</PackagesPattern>