summaryrefslogtreecommitdiff
path: root/NuGet.config
AgeCommit message (Collapse)AuthorFilesLines
2019-05-10Properly set the nuget cache for the repo (#24505)Aaron Robinson1-0/+4
* Properly set the nuget cache for the repo * Change coreclr NuGet package cache from "./packages" to "./.packages"
2019-02-25Add the coreclr blob feed as a restore source for test builds. (#22839)Jeremy Koritzinsky1-3/+12
* Add the coreclr blob feed as a restore source for test builds. * Use one NuGet.config in the root folder for restore targets.
2019-02-20Add CoreCLR blobfeed to NuGet.config (#22699)Juan Hoyos1-1/+2
CoreCLR packages are not found for versions created after #21947 split the feeds and we stopped publishing to MyGet. This adds the new CoreCLR feed.
2018-12-14Publish packages in Azure DevOps official build (#21536)Sven Boemer1-0/+9
This enables coreclr participation in dependency flow.
2015-02-11Correct casing of file paths in mscorlibAlexander Köplinger1-13/+0
Some of the files had a different path/filename casing in the project reference than on disk.
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+13
[tfs-changeset: 1407945]