Stop auto-update of Feed task from buildtools . Feed task is consumed from Arcade repo. (#4893)

This commit is contained in:
Rakesh Singh 2018-12-20 14:24:31 -08:00 коммит произвёл GitHub
Родитель e7175525a6
Коммит 2b42374ff4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 6 удалений

Просмотреть файл

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