1. 19 3月, 2016 1 次提交
  2. 17 3月, 2016 1 次提交
  3. 12 3月, 2016 1 次提交
  4. 10 3月, 2016 1 次提交
  5. 27 2月, 2016 1 次提交
  6. 26 2月, 2016 1 次提交
  7. 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
  8. 17 2月, 2016 2 次提交
  9. 12 2月, 2016 1 次提交
  10. 05 2月, 2016 1 次提交
  11. 23 1月, 2016 1 次提交
  12. 16 12月, 2015 1 次提交
  13. 07 11月, 2015 2 次提交
  14. 03 11月, 2015 1 次提交
  15. 31 10月, 2015 1 次提交
  16. 29 10月, 2015 1 次提交
  17. 28 10月, 2015 1 次提交
  18. 23 10月, 2015 1 次提交
  19. 16 10月, 2015 1 次提交
  20. 15 10月, 2015 1 次提交
  21. 14 10月, 2015 1 次提交
  22. 10 10月, 2015 2 次提交
  23. 09 10月, 2015 4 次提交
  24. 07 10月, 2015 2 次提交
  25. 04 10月, 2015 1 次提交
  26. 29 9月, 2015 1 次提交
    • A
      Remove linux coreclr binary patching · c21313ec
      Andy Gocke 提交于
      After updating to the latest CoreCLR NuGet packages we no longer need to
      be copying binaries from a drop share to run. This change adds a csc.sh
      and a vbc.sh so we can run on the CoreRun host on Linux like we do on
      Windows. The change also eliminates some cruft from the cibuild like the
      semaphore restore.
      c21313ec
  27. 24 9月, 2015 2 次提交
  28. 23 9月, 2015 2 次提交
  29. 19 9月, 2015 2 次提交
  30. 18 9月, 2015 1 次提交
    • A
      Use csc on CoreCLR for bootstrapping Linux CI · 3a3650a7
      Andy Gocke 提交于
      Rogjt mpw we build a boostrap version of csc and vbc and bootstrap
      with those running on Mono. This commit switches us to build a CoreCLR
      compatible csc and then running the boostrap on CoreCLR
      
      Right now the full set of Linux CoreCLR runtime assemblies is not
      available on NuGet, so we substitute with some assemblies we stash in
      our NuGet ZIP package.
      3a3650a7