Undo the unwanted change brought by https://github.com/dotnet/core-setup/pull/4919...
authorRakesh Singh <raksingh@microsoft.com>
Mon, 7 Jan 2019 22:59:53 +0000 (14:59 -0800)
committerGitHub <noreply@github.com>
Mon, 7 Jan 2019 22:59:53 +0000 (14:59 -0800)
Commit migrated from https://github.com/dotnet/core-setup/commit/6daedc97324341d8d0e41602694fe6347a5b000e

src/installer/dependencies.props

index 1e168a1..d95a056 100644 (file)
@@ -37,7 +37,7 @@
   <!-- Package versions used as toolsets -->
   <PropertyGroup>
     <FeedTasksPackage>Microsoft.DotNet.Build.Tasks.Feed</FeedTasksPackage>
-    <FeedTasksPackageVersion>3.0.0-preview1-03603-01</FeedTasksPackageVersion>
+    <FeedTasksPackageVersion>2.2.0-beta.18578.9</FeedTasksPackageVersion>
   </PropertyGroup>
 
   <!-- Publish symbol build task package -->
       <RawVersionsBaseUrl>https://raw.githubusercontent.com/dotnet/versions</RawVersionsBaseUrl>
     </DependencyBuildInfo>
 
-    <XmlUpdateStep Include="BuildTools">
-       <Path>$(MSBuildThisFileFullPath)</Path>
-       <ElementName>FeedTasksPackageVersion</ElementName>
-       <PackageId>$(FeedTasksPackage)</PackageId>
-    </XmlUpdateStep>
     <UpdateStep Include="BuildTools">
       <UpdaterType>File</UpdaterType>
       <Path>$(RepoRoot)BuildToolsVersion.txt</Path>