1. 07 6月, 2019 1 次提交
  2. 05 6月, 2019 1 次提交
  3. 15 5月, 2019 1 次提交
  4. 26 4月, 2019 1 次提交
  5. 24 4月, 2019 1 次提交
    • J
      Make bootstrap 32 bit in 32 bit CI · 929282ab
      Jared Parsons 提交于
      This changes our bootstrap compiler to run as a 32 bit process in the 32
      bit CI runs. The intent of this runs is to validate we can function on
      32 bit systems and that should extend to the compiler as well.
      
      This can help us identify the rare cases where we emit code that doesn't
      perform well on the 32 bit JIT, or just outright crashes.
      929282ab
  6. 09 4月, 2019 1 次提交
    • J
      Clean up our CI setup code · 6359644c
      Jared Parsons 提交于
      The CI specific setup in build.ps1 had gotten a bit unweildly. So much
      so that we had two `if ($ci)` blocks back to back.
      
      This factors out much of the logic into a helper method and cleans up
      the main method to have a single block.
      6359644c
  7. 02 4月, 2019 1 次提交
    • J
      Fix publish error on Build.Server.Log · a411caab
      Jared Parsons 提交于
      When the optimization data isn't available our build will terminate
      with VBCSCompiler still being alive and holding a handle to
      Build.Server.Log. That handle causes an error during publishing.
      
      This error shouldn't happen as the file is open with
      `FileShare.ReadWrite` hence publish can access the file. This can be
      demonstrated locally by using any number of tools to open the file while
      a build is running. Likely publish is looking for exclusive access here
      and that's why the error occurs.
      
      In any case though we should be killing our spawned processes at the end
      of the job anyways in CI. Leaving behind server processes for the next
      run is just asking for trouble.
      
      https://github.com/Microsoft/azure-pipelines-tasks/issues/9994
      a411caab
  8. 30 3月, 2019 1 次提交
  9. 28 3月, 2019 1 次提交
  10. 23 3月, 2019 1 次提交
  11. 22 3月, 2019 1 次提交
    • J
      Post 3.0 merge fixup · 7e280a1d
      Jared Parsons 提交于
      This cleans up all of the PROTOTYPE comments around using the 3.0 SDK
      inside the DIM branch.
      7e280a1d
  12. 20 3月, 2019 4 次提交
  13. 19 3月, 2019 7 次提交
  14. 12 3月, 2019 1 次提交
  15. 06 3月, 2019 1 次提交
  16. 03 3月, 2019 2 次提交
  17. 02 3月, 2019 3 次提交
  18. 23 2月, 2019 1 次提交
  19. 20 2月, 2019 1 次提交
  20. 14 2月, 2019 1 次提交
  21. 12 2月, 2019 1 次提交
  22. 07 2月, 2019 1 次提交
  23. 30 1月, 2019 1 次提交
  24. 28 1月, 2019 1 次提交
  25. 26 1月, 2019 1 次提交
  26. 18 1月, 2019 1 次提交
  27. 17 1月, 2019 1 次提交
  28. 15 1月, 2019 1 次提交