1. 19 3月, 2019 4 次提交
  2. 12 3月, 2019 1 次提交
  3. 06 3月, 2019 1 次提交
  4. 03 3月, 2019 2 次提交
  5. 02 3月, 2019 3 次提交
  6. 23 2月, 2019 1 次提交
  7. 20 2月, 2019 1 次提交
  8. 14 2月, 2019 1 次提交
  9. 12 2月, 2019 1 次提交
  10. 07 2月, 2019 1 次提交
  11. 30 1月, 2019 1 次提交
  12. 28 1月, 2019 1 次提交
  13. 26 1月, 2019 1 次提交
  14. 18 1月, 2019 1 次提交
  15. 15 1月, 2019 1 次提交
  16. 10 1月, 2019 1 次提交
  17. 05 1月, 2019 1 次提交
  18. 19 12月, 2018 1 次提交
  19. 14 12月, 2018 2 次提交
  20. 12 12月, 2018 1 次提交
    • J
      Use release bootstrap compiler · 220e0938
      Jared Parsons 提交于
      The point of using the bootstrap compiler is validating that we can
      build the C# code base with the latest C# compiler. Unfortunately the
      debug version of the compiler is significantly slower than the Release
      version and it slows down our Debug unit test runs accordingly.
      
      This change causes us to prefer a release version of the bootstrap
      compiler. The debug bootstrap compiler is still used in the determinism
      leg hence we wont't lose coverage here. This should bring our Release
      and Debug desktop tests back to the same run time.
      220e0938
  21. 11 12月, 2018 1 次提交
  22. 07 12月, 2018 1 次提交
  23. 04 12月, 2018 1 次提交
    • T
      Use Arcade testing targets (#30330) · 2f345d03
      Tomáš Matoušek 提交于
      * Use Arcade testing targets
      
      * Skip CodeStyle tests on Mono
      
      * Include net472 in test target frameworks for Mono
      
      * Remove incorrect file existence check.
      
      * Update ADO integration test yaml
      2f345d03
  24. 30 11月, 2018 4 次提交
    • J
      Goodbye Jenkins · 20d39077
      Jared Parsons 提交于
      This changes the remaining Jenkins badges on the README to point to our
      new Azure DevOps badges instead. Also cleans up a few comments on the
      switch over PR
      20d39077
    • J
      Fix the timeout · d3685c02
      Jared Parsons 提交于
      d3685c02
    • J
      Always use procdump on test timeout · c2e34232
      Jared Parsons 提交于
      This changes RunTests to always use procdump when tests timeout.
      
      Previously there was a single option, procdumppath, which controlled
      both monitoring xunit processes with procdump and using procdump on time
      out. The former causes stability issues at times with test execution and
      has to be disabled in a couple of places (spanish and integration
      tests). The latter has no stability issues and hence should always be
      used.
      c2e34232
    • J
      Remove Jenkins support · e2e63550
      Jared Parsons 提交于
      e2e63550
  25. 28 11月, 2018 1 次提交
  26. 08 11月, 2018 1 次提交
  27. 02 11月, 2018 4 次提交