1. 12 12月, 2018 2 次提交
    • 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
    • J
      Merge pull request #31664 from jaredpar/fix-ignore · def06e4b
      Jared Parsons 提交于
      Put Binaries in gitignore
      def06e4b
  2. 11 12月, 2018 20 次提交
  3. 10 12月, 2018 5 次提交
  4. 09 12月, 2018 1 次提交
  5. 08 12月, 2018 12 次提交