Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-13Publish symbols using Microsoft.SymbolUploader.Build.Task packageMike McLaughlin
Added PB_SymbolExpirationInDays (settable at queue time), PB_MsdlSymbolServerPAT, PB_SymwebSymbolServerPAT variables. Added "msdl" (publish symbols to public Microsoft server) and "symweb" (publish symbols to symweb) variables to PB_PublishType. There was a little cleanup of the build def variable names between publish and symbol publish and between corefx and coreclr. Issue #27343
2017-10-25Enable publishing to azure feed (#24784)Karthik Rajasekaran
2017-04-28Set EnableDefaultItems=false in init-tools.msbuildWes Haggard
By default the new SDK will try to find all files automatically by doing **\* inclusions. For our restore project we don't need any of that so we turn it off. See: https://github.com/dotnet/sdk/blob/master/src/Tasks/Microsoft.NET.Build.Tasks/build/Microsoft.NET.Sdk.DefaultItems.props for what it currently tries to find automatically.
2017-04-25Create an init-tools.msbuild project file.Eric Mellino
This file is used in init-tools.cmd/sh, and replaces the "generated" project file used previously. Because we are using MSBuild projects for nuget restore now, we are able to "parameterize" the version of Microsoft.DotNet.BuildTools based on an MSBuild property which is passed in to the "dotnet restore" command in init-tools.