summaryrefslogtreecommitdiff
path: root/src/NuGet.Config
AgeCommit message (Collapse)AuthorFilesLines
2017-09-08Add a <clear /> to packageSources in src/NuGet.Config (#13874)Daniel Podder1-1/+2
Fixes #13873
2016-03-02Upgrade CLI version and buildtools, and make build file changes.Davis Goodin1-2/+1
Unset CORE_ROOT in environment on Windows before doing restore so that dotnet CLI doesn't try to run using binaries from the test CORE_ROOT. Restore the xunit wrapper projects in a batch rather than individually to save a lot of time. Work around xunit.runner.msbuild not having compatible package layout by ignoring errors and adding import so that a future fix will work. Hard-code C# language for generated wrapper projects: the $(Language) property wasn't set. Also Change www.myget.org to dotnet.myget.org, as we switched to enterprise myget. Add System.ObjectModel to tests\src\JIT\config\benchmark+serialize\project.json to manually upgrade it to a version that doesn't require lifting for runtime. This fixes System.ObjectModel.dll being missing from CORE_ROOT and causing the test to fail. Switch to v3 nuget feeds and sync NuGet.Configs.
2015-10-13Using DotNetCore version of BclRewriter in mscorlib buildJose Perez Rodriguez1-0/+1
2015-07-09Move CoreCLR to the modern build tools and dnxMatt Mitchell1-0/+13
This changes moves coreclr onto DNX (same version as corefx). Theoretically, this should allow these tests to target the desktop CLR. All of the old package.config files are gone and replaced with corresponding project.json files. The up front restore behavior is retained. Tests are now buildable individually, though not runnable in a similar fashion.