1. 03 3月, 2016 5 次提交
  2. 01 3月, 2016 8 次提交
  3. 27 2月, 2016 2 次提交
  4. 26 2月, 2016 5 次提交
  5. 21 2月, 2016 1 次提交
    • D
      Update NuGet to 3.4.0.645 · c77304f1
      David Kean 提交于
      This reduces package restore on Roslyn.sln with all packages already restored from 40 seconds -> 10 seconds.
      
      project.lock.json format has changed since we last updated.
      c77304f1
  6. 20 2月, 2016 1 次提交
    • J
      Fix an issue in the test caching layer · 0c657bb9
      Jared Parsons 提交于
      The test caching layer had two bugs around re-hydrating the test resutls from cache:
      
      - Made a bad assumption about the name of the file.
      - Assumed tests were always rehydrated into the original directory.
      
      closes #8860
      0c657bb9
  7. 17 2月, 2016 8 次提交
  8. 12 2月, 2016 2 次提交
  9. 11 2月, 2016 2 次提交
  10. 10 2月, 2016 1 次提交
  11. 09 2月, 2016 2 次提交
  12. 05 2月, 2016 3 次提交
    • T
      Update lock files · f3e1dd64
      Tomas Matousek 提交于
      f3e1dd64
    • T
      8648ff82
    • J
      Fix the NuGet package · 665314b9
      Jared Parsons 提交于
      The script for creating / uploading the NuGet file was failing to include the .nuget directory in the ZIP file.  That caused everything to be unpacked to ~\packages instead of ~\.nuget\packages.
      
      The previous PR worked because the new packages weren't being actively used in the master branch (consumed in a child branch that's a WIP).  This PR corrects the issue in the upload scripts and re-generated the ZIP.
      665314b9