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
2017-02-17Update to BuildTools 01316-07Eric St. John
2017-02-13Updating build tools version to 1.0.27-prerelease-01310-03MichaelSimons
2017-02-10Update buildtools to 1.0.27-prerelease-01310-01Eric Mellino
2017-02-09Update buildtools to 1.0.27.prerelease-01309-01Eric Mellino
2017-02-07Update BuildTools to 1.0.27-prerelease-01306-01Alexander Köplinger
Brings in https://github.com/dotnet/buildtools/pull/1320, which is the fix for https://github.com/dotnet/corefx/issues/15445.
2017-02-03Update to buildtools containing GenFacades taskEric Mellino
2017-02-02Update buildtools and Roslyn.Common.props.Eric Mellino
This updates the version of .NET Core MSBuild used. A line was changed in Roslyn.Common.props which has been replicated here in this copy of the file.
2017-02-01UpdateBuildtoolsVersion.txtSantiago Fernandez Madero
2017-01-24Update BuildTools version to 1.0.27-prerelease-01224-01 (#15437)Sepideh Khoshnood
2017-01-21Update BuildTools to 1.0.27-prerelease-01219-01sepidehMS
2017-01-12Update BuildTools to 1.0.27-prerelease-01211-03Eric St. John
2017-01-06Update CLI to 1.0.0-preview2-1-003182, BuildTools to 1.0.27-prerelease-01205-03Davis Goodin
2016-12-22Update build toolsMatt Galbraith
Pick up version with improved VSTS Agent Cleanup behaviors
2016-12-17Update build toolsMatt Galbraith
Since I merged the previous PR to get the test build fix, I created this one for @dagood, to pick up the fix for corefx auto-update PRs: dotnet/buildtools#1265
2016-12-17Update Buildtools to 1.0.27-prerelease-01116-01Karthik Rajasekaran
2016-12-16Update Buildtools to 1.0.27-prerelease-01115-03 (#14549)Karthik Rajasekaran
2016-12-15Update Buildtools to 1.0.27-prerelease-01115-01 (#14535)Karthik Rajasekaran
2016-12-14Update BuildToolsVersion to 01114-02Eric St. John
2016-12-14Use Win32 API lists from buildtoolsJohn Chen (CLR)
Remove the local copies of Win32 API lists, and use the lists from buildtools instead. Fixes issue #13738.
2016-12-13Update Buildtools to 1.0.27-prerelease-01112-02 (#14458)Karthik Rajasekaran
2016-12-08Update BuildTools to 1.0.27-prerelease-01107-03 (#14287)Nate Amundson
2016-12-05Update BuildTools to 1.0.27-prerelease-01030-03costahome
2016-11-30Update BuildToolsVersion to 1030-02Karthik Rajasekaran
2016-11-30Upgrade buildtools from 01029-01 to 01030-01 (#14125)Davis Goodin
2016-11-29Upgrade buildtools from 01010-02 to 01029-01Stephen Toub
2016-11-10Update buildtools, do not set default test RIDsEric Mellino
* The new buildtools version has a mechanism for selecting a default rid automatically. I've removed the test rid defaults from dir.props.
2016-11-10Update BuildToolsVersion to 01009-05Eric St. John
2016-11-09Upgrade buildtools to get updated ReportGeneratorStephen Toub
2016-11-08Update buildtools to take fix for coverage issue.Chris R
2016-11-08Update BuildToolsVersion to 01007-02Eric St. John
2016-11-07Update BuildToolsVersion to 01007-01Eric St. John
2016-11-02Update BuildTools to version that is signedEric St. John
Builds from the past few days were unsigned due to a breaking change in microbuild. We've worked-around that.
2016-11-02Update buildtools to 1.0.27-prerelease-01002-02 (#13273)Nate Amundson
This fixes the paths for debugging tests in VS.
2016-11-02Make TargetGroup-empty be for netcoreappEric St. John
This refactors all builds to make the netcoreapp-latest to be the default build. To do this I needed to be specific about the contract project in a few cases so I made a fix to build tools to permit that and brought over that fix as part of this commit.
2016-10-26Update BuildTools to version 1.0.26-prerelease-00926-01Alex Ghiondea
2016-10-24A couple test fixes that fell out of recent bugs and package restore ↵Matt Galbraith
improvements: Fix Xunit return code / file creation behavior: - Update Xunit.console.netcore - now has same behavior as 2.2.0 Desktop version for exit codes - Update Microsoft.DotNet.BUildTools to 1.0.26-prerelease-00921-01, to pick up a runner script that can honor the exit code from above instead of hide it. Fix UWP tests: - Update Microsoft.DotNet.BuildTools.TestSuite 1.0.0-prerelease-00921-01 - Pick up native compilation package - Update microsoft.xunit.runner.uwp to 1.0.3-prerelease-00921-01 - Various fixes included in PR - Microsoft.xunit.netcore.extensions to 1.0.0-prerelease-00920-01 - Same
2016-10-20Putting back net46 specific dependencies (for Desktop Runs) by updating to ↵Matt Galbraith
fixed TestSuite and updating BuildToolsVersion (For publishtest.targets)
2016-10-18Update Buildtools versionKarthik Rajasekaran
2016-10-12Update buildtools version. (#12586)Davis Goodin
2016-10-12Update buildtools versionMatt Galbraith
Needed for missing AnyOS tests on full runs
2016-10-10Update BuildTools to version 00910-02Wes Haggard
includes https://github.com/dotnet/buildtools/pull/1113 https://github.com/dotnet/buildtools/pull/1115
2016-10-07Update BuildTools to 1.0.26-prerelease-00906-04Wes Haggard
This includes various fixes: https://github.com/dotnet/buildtools/pull/1095 https://github.com/dotnet/buildtools/pull/1099 https://github.com/dotnet/buildtools/pull/1100
2016-10-04Fix test publishing (#12280)Wes Haggard
* Update build tools to 901-01 This is primarily to pull in change https://github.com/dotnet/buildtools/pull/1081 * Remove PrepareForRun from the target list when running Tests We no longer need PrepareForRun to go before our Test target and in fact it causes issues with the ordering of ProjectReference evaluation so we need to remove it from our traversal targets.
2016-09-30Don't restore packages during the test build (#12157)chcosta
* Don't restore packages during the test build * Update buildtools version to 00829-01
2016-09-29Update package indexEric St. John
We were missing index entries for impl-only assembly versions & entries for recently added shims.
2016-09-27Fix test TargetGroup path clashesEric St. John
Update to BuildTools 827-01 to pick up a fix for clashing on TestArchivePath and fix dir.props to ensure a unique TestPath
2016-09-26Update BuildTools to 00824-01Eric St. John
2016-09-21Add Windows GetFolderPath implementationJeremy Kuhne
Add Environment.GetFolderPath() implementation for Windows. Using SHGetKnownFolderPath as it isn't blocked at MAX_PATH. Tweak the .json files to reduce warnings.
2016-09-21Update BuildToolsVersion.txtBryan P. Arant
2016-09-19Update BuildTools to 1.0.26-prerelease-00819-01Eric St. John