1. 20 2月, 2016 1 次提交
    • J
      Fix an issue in the test caching layer · 0c657bb9
      Jared Parsons 提交于
      The test caching layer had two bugs around re-hydrating the test resutls from cache:
      
      - Made a bad assumption about the name of the file.
      - Assumed tests were always rehydrated into the original directory.
      
      closes #8860
      0c657bb9
  2. 12 2月, 2016 2 次提交
  3. 11 2月, 2016 2 次提交
  4. 10 2月, 2016 1 次提交
  5. 09 2月, 2016 2 次提交
  6. 05 2月, 2016 3 次提交
    • T
      Update lock files · f3e1dd64
      Tomas Matousek 提交于
      f3e1dd64
    • T
      8648ff82
    • J
      Fix the NuGet package · 665314b9
      Jared Parsons 提交于
      The script for creating / uploading the NuGet file was failing to include the .nuget directory in the ZIP file.  That caused everything to be unpacked to ~\packages instead of ~\.nuget\packages.
      
      The previous PR worked because the new packages weren't being actively used in the master branch (consumed in a child branch that's a WIP).  This PR corrects the issue in the upload scripts and re-generated the ZIP.
      665314b9
  7. 29 1月, 2016 1 次提交
  8. 27 1月, 2016 2 次提交
  9. 23 1月, 2016 2 次提交
  10. 22 1月, 2016 1 次提交
  11. 21 1月, 2016 2 次提交
  12. 20 1月, 2016 1 次提交
  13. 16 1月, 2016 2 次提交
    • T
      Ask dotnetbot to kick off vsi tests · 8e639b06
      Ty Overby 提交于
      Also include a 'git fetch upstream' step for the people doing
      merges.  This is useful if they aren't already up to date.
      8e639b06
    • J
      Fixed app.config casing · 7993c56a
      Jared Parsons 提交于
      Ensured that all uses of app.config in our product / test code base is
      used in the lower case form.  This helps with our Unix efforts where
      mixing the case can be significant.  Updated all of the project
      references to ensure they used the lower case version as well.
      7993c56a
  14. 09 1月, 2016 3 次提交
  15. 08 1月, 2016 1 次提交
  16. 05 1月, 2016 1 次提交
  17. 22 12月, 2015 3 次提交
  18. 18 12月, 2015 1 次提交
  19. 16 12月, 2015 3 次提交
  20. 13 12月, 2015 2 次提交
  21. 11 12月, 2015 1 次提交
  22. 09 12月, 2015 2 次提交
  23. 07 12月, 2015 1 次提交
    • J
      Replace timestamp with hash in generated files · f152c992
      Jared Parsons 提交于
      Some of our generators were embedding timestamps in the output files as comments.  This was indirectly preventing us from producing determistic builds as every rebuild came from different content.
      
      Issue #7270 is tracking changing determinism to not be influenced by the comments.  Short term though changing this from using a time stamp (which changes and doesn't have meaning between machines) to outputing the checksum of the input file it ran against.
      f152c992