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
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
2016-09-16Update BuildTools to 1.0.26-prerelease-00815-06Eric St. John
2016-09-14PR feedbackJose Perez Rodriguez
2016-09-09Update buildtools to 1.0.26-prerelease-00809-01Eric St. John
2016-09-08Update BuildTools to 00808-01. Fixes package downgrade warning in ↵Eric Mellino
tool-runtime project.json
2016-09-08Upgrade CLI, buildtools for RTM shared framework (#11387)Davis Goodin
* Upgrade CLI, buildtools for RTM shared framework. * Upgrade buildtools, add new platforms to init-tools (ubuntu 16.10, fedora 24, opensuse 42.1).
2016-09-02update to 1.0.26-prerelease-00802-01Mariana Rios Flores
2016-08-31Update buildtools version.Lakshmi Priya Sekar
2016-08-31Update buildtools to 1.0.26-prerelease-00730-03Eric St. John
2016-08-27Fix missing System.Private.Uri dependenciesEric St. John
Update buildtools to fix missing System.Private.* dependencies.
2016-08-26ericstj: update buildtools to 1.0.26-prerelease-00726-02dotnet-bot
Needed to pull in fix for package build with PackagePlatform set. [tfs-changeset: 1624572]
2016-08-26update bt version to 1.0.26-prerelease-00725-02Mariana Rios Flores
2016-08-24Update buildtools to 1.0.26-prerelease-00723-03Eric St. John
This is needed for package index support.
2016-08-23Update build tools version to have a new "tools" structure for config.json ↵Mariana Rios Flores
file (#10864)
2016-08-19Update BuildToolsVersion.txtMatt Galbraith
Update build tools to pick up fix for Linux tests.
2016-08-18Merge branch 'master' of https://github.com/dotnet/corefx into compilerChristopher Costa
2016-08-18Update BuildTools version to consume Roslyn compiler toolset updateChristopher Costa
2016-08-18Add fastpath for restoreEric St. John
This picks up the latest buildtools which includes a task that adds a fast path for restore. We will now call that task to do a check up front to determine if a restore is actually needed before invoking restore. This helps the common case where everything is up-to-date reducing the restore from 5 minutes down to 1 second.
2016-08-17Revving xunit perf packages to fix perf test runs (#10869)Deepak Shankargouda
2016-08-16Update BuildTools to 1.0.26-prerelease-00715-01Eric St. John
2016-08-12Update BuildToolsVersion.txtMatt Galbraith
Update build tools version to pick up new behavior. Fixes new issue on *Nix systems.
2016-08-11Include test-runtime project.json in test archives.Joel Hendrix
As part of automating stress test builds include the test-runtime project.json file in the test archives; this requires a build tools update to pick up the new functionality.
2016-08-04Update build tools to 1.0.26-prerelease-00704-01Eric St. John
2016-07-30Update build tools version (#10436)Mariana Rios Flores
2016-07-29Update BuildTools 628-02Wes Haggard
This build tools update includes arm64 RIDs as well as UAP validation. Also contains a new task for getting applicable assets based on the package reporting.
2016-07-25Update master build tools to 625-01Stephen Toub
2016-07-21Updating BuildTools to fix Official build breakJose Perez Rodriguez
2016-07-20Updating BuildTools to get fix for Build PipelineJose Perez Rodriguez
2016-07-18Update BuildToolsVersionMatt Galbraith
2016-07-16Update BuildTools to 615-07Karthik Rajasekaran
2016-07-15Update Buildtools to version 615-01Karthik Rajasekaran
2016-07-14Update Builtools to 614-01Karthik Rajasekaran
Include uwp runner in test-runtime and add validation pattern for it's version number
2016-07-14Add Support For Xamarin and Mono for WCF Facades.Stephen Bonikowsky
[tfs-changeset: 1617567]
2016-07-13Update BuildTools to 613-01Karthik Rajasekaran
2016-07-13Update BuildToolsVersion to 00612-01Eric St. John
2016-07-11Enabling perf tests' execution using universal runner (#9916)Deepak Shankargouda
2016-07-07Add UWP platform and TestILC 1.4 dependencies to test-runtime to support ↵Matt Galbraith
.NET Native compilation
2016-06-30Update BuildTools 1.0.26-prerelease-00530-02Eric St. John
2016-06-24Update buildtools to 524-01Stephen Toub
2016-06-24Setting xunit package version from CoreFX (#9642)Deepak Shankargouda
2016-06-21Update BuildTools to version 1.0.26-prerelease-00521-01Karthik Rajasekaran
2016-06-21Update references to Microsoft.DotNet.BuildTools.TestSuite to a version that ↵Matt Galbraith
understands uap10.0, add version validation rule for same. Update reference to Xunit.Console.Netcore to pick up new version which does not throw if Console Color APIs do.
2016-06-21Merge remote-tracking branch 'upstream/master' into from-tfsMatt Ellis