Merge pull request #3154 from eerhardt/UpdateBuildTools

Automatic updating of buildtools version.
This commit is contained in:
Eric Erhardt 2017-09-08 15:14:37 -05:00 коммит произвёл GitHub
Родитель 238be462a0 a9adfd7ad1
Коммит 7cab012002
2 изменённых файлов: 12 добавлений и 2 удалений

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

@ -13,6 +13,7 @@
<CoreClrCurrentRef>13b5345991e55bb0b30a236ab4f6693a870ed789</CoreClrCurrentRef>
<StandardCurrentRef>13b5345991e55bb0b30a236ab4f6693a870ed789</StandardCurrentRef>
<WCFCurrentRef>13b5345991e55bb0b30a236ab4f6693a870ed789</WCFCurrentRef>
<BuildToolsCurrentRef>7c9088cd9078e1d90be01eb94a3f66ba0a33c9f4</BuildToolsCurrentRef>
</PropertyGroup>
<PropertyGroup>
@ -50,6 +51,10 @@
<BuildInfoPath>$(BaseDotNetBuildInfo)wcf/$(DependencyBranch)</BuildInfoPath>
<CurrentRef>$(WCFCurrentRef)</CurrentRef>
</RemoteDependencyBuildInfo>
<RemoteDependencyBuildInfo Include="BuildTools">
<BuildInfoPath>$(BaseDotNetBuildInfo)buildtools/$(DependencyBranch)</BuildInfoPath>
<CurrentRef>$(BuildToolsCurrentRef)</CurrentRef>
</RemoteDependencyBuildInfo>
<DependencyBuildInfo Include="@(RemoteDependencyBuildInfo)">
<RawVersionsBaseUrl>https://raw.githubusercontent.com/dotnet/versions</RawVersionsBaseUrl>
@ -80,5 +85,10 @@
<ElementName>WcfVersion</ElementName>
<PackageId>System.ServiceModel.Duplex</PackageId>
</XmlUpdateStep>
<UpdateStep Include="BuildTools">
<UpdaterType>File</UpdaterType>
<Path>$(RepoRoot)BuildToolsVersion.txt</Path>
<PackageId>Microsoft.DotNet.BuildTools</PackageId>
</UpdateStep>
</ItemGroup>
</Project>

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

@ -14,6 +14,8 @@
<UAPvNextTFM>uap$(UAPvNextVersion)</UAPvNextTFM>
</PropertyGroup>
<Import Project="$(MSBuildThisFileDirectory)RepoDirectories.props" />
<Import Project="dependencies.props" />
<!-- Build as portable by default -->
@ -36,8 +38,6 @@
<OsEnvironment Condition="'$(OsEnvironment)'==''">$(OS)</OsEnvironment>
</PropertyGroup>
<Import Project="$(MSBuildThisFileDirectory)RepoDirectories.props" />
<!-- Import Build tools common props file where repo-independent properties are found -->
<Import Condition="Exists('$(ToolsDir)Build.Common.props')" Project="$(ToolsDir)Build.Common.props" />