Skip to content
代码片段 群组 项目
  1. 7月 13, 2017
  2. 7月 11, 2017
  3. 6月 07, 2017
  4. 6月 02, 2017
  5. 3月 02, 2017
  6. 12月 15, 2016
  7. 11月 19, 2016
  8. 11月 10, 2016
  9. 10月 15, 2016
  10. 6月 15, 2016
  11. 4月 07, 2016
  12. 3月 08, 2016
  13. 3月 04, 2016
  14. 10月 13, 2015
    • Doug Bunting's avatar
      Always restore w/ Core CLR and build w/ CLR or Mono · d679c85a
      Doug Bunting 创作于
      - #290
      - remove workaround for aspnet/dnx#2566; not needed if building with CLR or Mono
      - install Core CLR DNX in `build.sh`
        - must be applied in all repos using Travis before this PR goes in
      - add `Dnu()` and `Dnx()` macros
        - remove `K()` macro from `_k-test.shade`; use `Dnx()` instead
      - incorporate per-repo changes not yet applied to Universe templates
        - use newer `NuGet.exe`
        - Universe itself does not need the Korebuild package or `dnvm`
      
      Changes partially revert 618a73b3 e.g. always start build with CLR or Mono DNX
      
      nits:
      - reduced DNX switches and `dnvm` calls in `build.cmd`
      - base NuGet skip decision on _both_ KoreBuild and Sake's installation status
      - make `Quiet` variable work more reliably; small changes often led to compilation problems
        - requires a small change in DNX repo at the same time
      - remove some trailing whitespace and tabs
      - add a bit more description to `_k.shade`
      d679c85a
  15. 9月 10, 2015
  16. 6月 23, 2015
    • Peter Jas's avatar
      build: Enables FreeBSD support. · 32f8c696
      Peter Jas 创作于
      Changed hardcoded bash shebang to env to support multiple directory
      structures (required to build on FreeBSD).
      
      PR-URL: #238
      32f8c696
  17. 3月 25, 2015
  18. 3月 08, 2015
  19. 1月 29, 2015
  20. 1月 20, 2015
  21. 10月 22, 2014
  22. 9月 11, 2014
  23. 6月 11, 2014
  24. 5月 23, 2014
    • David Fowler's avatar
      Made universe mono ready · 92e0c164
      David Fowler 创作于
      - Added build.sh to universe
      - Updated makefile to run build.sh instead of build.cmd
      - Updated build.sh script
      92e0c164
  25. 4月 27, 2014
加载中