Stop auto-update of Feed task from buildtools . Feed task is consumed from Arcade...
authorRakesh Singh <raksingh@microsoft.com>
Thu, 20 Dec 2018 22:24:31 +0000 (14:24 -0800)
committerGitHub <noreply@github.com>
Thu, 20 Dec 2018 22:24:31 +0000 (14:24 -0800)
Commit migrated from https://github.com/dotnet/core-setup/commit/2b42374ff454f1028115a44bb172944cde10c797

src/installer/dependencies.props

index 0c3a79d..37851fb 100644 (file)
@@ -45,7 +45,7 @@
   <!-- Package versions used as toolsets -->
   <PropertyGroup>
     <FeedTasksPackage>Microsoft.DotNet.Build.Tasks.Feed</FeedTasksPackage>
-    <FeedTasksPackageVersion>3.0.0-preview1-03430-01</FeedTasksPackageVersion>
+    <FeedTasksPackageVersion>2.2.0-beta.18578.9</FeedTasksPackageVersion>
   </PropertyGroup>
 
   <!-- Publish symbol build task package -->
       <ElementName>NETStandardLibraryPackageVersion</ElementName>
       <PackageId>NETStandard.Library</PackageId>
     </XmlUpdateStep>
-    <XmlUpdateStep Include="BuildTools">
-       <Path>$(MSBuildThisFileFullPath)</Path>
-       <ElementName>FeedTasksPackageVersion</ElementName>
-       <PackageId>$(FeedTasksPackage)</PackageId>
-    </XmlUpdateStep>
     <UpdateStep Include="BuildTools">
       <UpdaterType>File</UpdaterType>
       <Path>$(RepoRoot)BuildToolsVersion.txt</Path>