1. 04 11月, 2015 1 次提交
  2. 03 11月, 2015 1 次提交
  3. 28 10月, 2015 1 次提交
  4. 20 10月, 2015 1 次提交
  5. 16 10月, 2015 1 次提交
  6. 15 10月, 2015 1 次提交
  7. 14 10月, 2015 1 次提交
  8. 13 10月, 2015 1 次提交
  9. 10 10月, 2015 6 次提交
  10. 09 10月, 2015 3 次提交
  11. 04 10月, 2015 2 次提交
  12. 30 9月, 2015 1 次提交
    • A
      Remove '.sh' extension from the coreclr csc/vbc scripts · ecde4a5d
      Andy Gocke 提交于
      Naming the execution scripts 'csc.sh' and 'vbc.sh' is counter to the
      convention of not using any extension on *nix executables. While the
      scripts are not strictly executable programs, they are meant to be
      transparent shims around the actual execution of the compilers on *nix
      ecde4a5d
  13. 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
  14. 26 9月, 2015 2 次提交
  15. 25 9月, 2015 2 次提交
  16. 24 9月, 2015 2 次提交
  17. 23 9月, 2015 1 次提交
  18. 19 9月, 2015 1 次提交
  19. 18 9月, 2015 3 次提交
  20. 11 9月, 2015 2 次提交
    • A
      Change unzip to use the -u option instead of the -f option · ee79b36c
      Andy Gocke 提交于
      The -f option doesn't include files that don't already exist, while the
      -u option updates existing files and also adds files that don't exist.
      
      Also, we were deleting the zip file after unzipping, leading the caching
      to always fail and download new zip files every time, so this should
      allow caching to work again.
      ee79b36c
    • A
      Add a semaphore to NuGet and Mono restore · b46b3123
      Andy Gocke 提交于
      Right now we parallelize by sticking multiple mac builds on the same machine. Since NuGet and Mono toolset restores are machine-global, sometimes the builds stomp on one another. This adds a semaphore to only allow one build to restore at a time.
      b46b3123
  21. 10 9月, 2015 1 次提交
  22. 09 9月, 2015 3 次提交
  23. 05 9月, 2015 1 次提交
  24. 03 9月, 2015 1 次提交