1. 23 11月, 2016 6 次提交
  2. 22 11月, 2016 1 次提交
  3. 21 11月, 2016 2 次提交
  4. 20 11月, 2016 1 次提交
  5. 19 11月, 2016 2 次提交
  6. 17 11月, 2016 2 次提交
  7. 16 11月, 2016 1 次提交
  8. 13 11月, 2016 1 次提交
  9. 12 11月, 2016 7 次提交
  10. 11 11月, 2016 5 次提交
  11. 10 11月, 2016 1 次提交
  12. 09 11月, 2016 7 次提交
  13. 08 11月, 2016 3 次提交
    • J
      Centralized the xunit targets · 6e2e3e10
      Jared Parsons 提交于
      6e2e3e10
    • D
      Revert "Merge pull request #14671 from mattwar/Streamer" (#15068) · f6adbb43
      David Poeschl 提交于
      This reverts commit 7dd78ae8, reversing
      changes made to 449f5586.
      f6adbb43
    • J
      Build story for portable unit tests · c4da3ee9
      Jared Parsons 提交于
      Portable unit tests are difficult because as portable libraries they can't truly be built in a runnable fashion.  Instead they need a deployment project to provide a runtime on which to delpoy the output of the build.  To support running our portable tests on both desktop and CoreClr the build is structured as follows:
      
      - Portable tests build w/o deploy to a Dll directory
      - Desktop delpoyment references all portable tests and outputs to UnitTests\Desktop\Portable
      - CoreClr deployment references all portable tests and outputs to CoreClrTests
      
      This breaks F5 for the moment but gives us the flexibility to restore later.
      c4da3ee9
  14. 07 11月, 2016 1 次提交