1. 10 7月, 2018 2 次提交
  2. 03 7月, 2018 1 次提交
  3. 30 6月, 2018 1 次提交
  4. 29 6月, 2018 1 次提交
  5. 28 6月, 2018 3 次提交
  6. 27 6月, 2018 4 次提交
  7. 26 6月, 2018 4 次提交
  8. 23 6月, 2018 2 次提交
  9. 22 6月, 2018 1 次提交
  10. 21 6月, 2018 3 次提交
  11. 20 6月, 2018 4 次提交
  12. 16 6月, 2018 1 次提交
    • T
      Remove CheckLocStatus target · 8473e9b1
      Tom Meschter 提交于
      Instead of adding a target to work around the fact that XliffTasks is
      only present in projects with shipping binaries (and thus we can't use
      the `EnsureAllResourcesTranslated` target from XliffTasks directly) make
      it available in _all_ projects, but turn it off (via the
      `EnableXlfLocalization` property) in the non-shipping ones.
      8473e9b1
  13. 08 6月, 2018 2 次提交
  14. 07 6月, 2018 2 次提交
  15. 06 6月, 2018 3 次提交
    • O
    • T
      Add scripts for checking loc status · 4875c56e
      Tom Meschter 提交于
      1. Add a new `CheckLocStatus` target. When run this target validates that all localizable resources have been translated, and produced MSBuild errors for those that have not. This simply delegates to the `EnsureAllResourcesTranslated` in the XliffTasks package, but it conditioned to only run for projects producing shipping binaries (non-shipping projects don't pull in the XliffTasks package).
      2. Update build.ps1 to include a `-checkLoc` switch. When the switch it set, build.ps1 will run the above target in MSBuild.
      3. Add a check-loc-status.cmd script for use in the CI build. This executes build.ps1 with the minimum set of switches for checking the loc status. For example, we need to restore to ensure we have XliffTasks installed, but we don't need to actually run the `build` target. By skipping that we can greatly speed up the associated leg in CI builds.
      4. Update netci.groovy to include a build leg that runs the check-loc-status.cmd script. Currently it will only be run on-demand via a `test loc` comment, but I can imagine turning it on for release branches to ensure loc changes don't find their way in late in the cycle.
      4875c56e
    • T
      Update XliffTasks · 25d470a2
      Tom Meschter 提交于
      Update XliffTasks to the latest version. Notably, this version produces
      better MSBuild error messages when a .xlf file can't be loaded as XML.
      25d470a2
  16. 01 6月, 2018 2 次提交
  17. 31 5月, 2018 1 次提交
  18. 30 5月, 2018 1 次提交
  19. 27 5月, 2018 1 次提交
  20. 24 5月, 2018 1 次提交