1. 09 3月, 2018 1 次提交
  2. 08 3月, 2018 1 次提交
  3. 28 2月, 2018 1 次提交
  4. 13 2月, 2018 2 次提交
  5. 09 2月, 2018 1 次提交
  6. 03 2月, 2018 2 次提交
  7. 02 2月, 2018 1 次提交
  8. 27 1月, 2018 1 次提交
    • J
      Generate blob manifest · bb705911
      Jared Parsons 提交于
      Changes our blob publish to include the manifest file. Needed by more
      recent versions of product build.
      
      Also decided to just link our two msbuild files together via MSBuild
      task vs. a powershell script. The point of microbuild.ps1 is to test as
      much as possible in our jenkins build. There is no way to actually test
      blob publishing in Jenkins hence this indirection was just causing
      problems, not helping anything.
      bb705911
  9. 24 1月, 2018 2 次提交
    • J
      482f7528
    • J
      Move to NetStandard2.0 RTM for our ref assemblies · 1ec0ba66
      Jared Parsons 提交于
      This changes the reference assemblies we use for the CoreClr compiler
      compilation to be Net Standard 2.0 RTM. Previously they were a beta
      version.
      
      This did mean a number of tests had to be moved to be desktop specific
      again. This is primarily due to the presence of ValueTuple as a default
      type in Net Standard 2.0. Tests that relied on ValueTuple not being
      defined had to be moved to net461 which doesn't have that type defined
      by default.
      1ec0ba66
  10. 18 1月, 2018 1 次提交
  11. 09 1月, 2018 1 次提交
  12. 19 12月, 2017 1 次提交
  13. 15 12月, 2017 1 次提交
  14. 08 12月, 2017 1 次提交
  15. 06 12月, 2017 2 次提交
    • T
      Fix the XliffTasks version · 12d30655
      Tom Meschter 提交于
      Version `0.2.0-beta-000080` only exists on my local system; we actually want version `0.2.0-beta-000081` which is publicly available.
      12d30655
    • T
      Enable XLF-based localization · 3669d047
      Tom Meschter 提交于
      1. Add the XliffTasks package for all projects.
      2. Automatically update XLF files during build on dev machines.
      3. Opt-in to the .NET Core satellite assembly generation task.
      4. Turn off localization for non-shipping projects by default.
      5. Work around an issue in locale-neutral CTO generation.
      3669d047
  16. 05 12月, 2017 3 次提交
  17. 29 11月, 2017 1 次提交
  18. 22 11月, 2017 2 次提交
  19. 21 11月, 2017 1 次提交
  20. 18 11月, 2017 1 次提交
  21. 17 11月, 2017 2 次提交
  22. 11 11月, 2017 1 次提交
    • A
      Upgrade CoreCLR toolset to work on Windows (#23110) · a55468cc
      Andy Gocke 提交于
      The old package had a bug in RunCsc.cmd that didn't properly
      quote the dotnet path. When the SDK is upgraded to a sufficient
      version by VS, the full dotnet path will be used, which contains
      spaces and fails without proper quoting. This updates us to a package
      which contains almost the same compilers, but includes the fix for
      quoting the dotnet path properly (in PR #23034).
      a55468cc
  23. 02 11月, 2017 3 次提交
  24. 01 11月, 2017 2 次提交
  25. 31 10月, 2017 2 次提交
  26. 30 10月, 2017 1 次提交
  27. 28 10月, 2017 1 次提交
  28. 27 10月, 2017 1 次提交