1. 24 7月, 2018 1 次提交
  2. 18 7月, 2018 1 次提交
  3. 11 7月, 2018 1 次提交
  4. 29 6月, 2018 1 次提交
  5. 28 6月, 2018 1 次提交
  6. 27 6月, 2018 2 次提交
    • J
      VB semantic compiling · f6618cd7
      Jared Parsons 提交于
      f6618cd7
    • T
      Targets refactoring (#27992) · 3a92df3f
      Tomáš Matoušek 提交于
      * Move VS specific targets to VisualStudio.targets
      
      * Move optimization targets to RepoToolset/OptimizationData.targets
      
      * Move SourceLink targets to RepositoryInfo.targets
      
      * Remove workarounds for fixed issues
      
      * Move workrounds to Workarounds.targets
      
      * Clean up binding redirect generation properties
      
      * Remove unused targets
      
      * Normalize PushToBlobFeed parameters to values used by RepoToolset.
      3a92df3f
  7. 26 6月, 2018 1 次提交
  8. 23 6月, 2018 2 次提交
  9. 20 6月, 2018 1 次提交
  10. 08 6月, 2018 1 次提交
  11. 06 6月, 2018 2 次提交
  12. 01 6月, 2018 2 次提交
  13. 31 5月, 2018 1 次提交
  14. 30 5月, 2018 1 次提交
  15. 27 5月, 2018 1 次提交
  16. 23 5月, 2018 1 次提交
  17. 22 5月, 2018 1 次提交
  18. 16 5月, 2018 1 次提交
  19. 12 5月, 2018 1 次提交
  20. 11 5月, 2018 1 次提交
  21. 08 5月, 2018 1 次提交
  22. 02 5月, 2018 1 次提交
  23. 01 5月, 2018 2 次提交
    • T
      Update XliffTasks · cebffb1e
      Tom Meschter 提交于
      Update to the latest version of XliffTasks. This version has fixes for the targets for sorting .xlf files and checking that all resources are translated so that they work properly on projects targeting multiple frameworks.
      cebffb1e
    • J
      Migrate VSTS YAML to dev15.7.x · 4a127872
      Jared Parsons 提交于
      This copies our VSTS YAML file into dev15.7.x. This changes nothing
      about our official build in this branch. It just seeds it with the
      correct value and lets the merge bots move it to the rest of the trees.
      
      The official switch over for 15.7 will happen at a later time and will
      be very deliberate.
      4a127872
  24. 25 4月, 2018 3 次提交
  25. 19 4月, 2018 1 次提交
  26. 12 4月, 2018 1 次提交
    • T
      Update XliffTasks · 15d1de33
      Tom Meschter 提交于
      Update to the latest version of XliffTasks. Notably, this version
      attemps to insert new `trans-unit` elements into .xlf files in a sorted
      order rather than always putting them at the bottom. This should help
      reduce merge conflicts.
      15d1de33
  27. 11 4月, 2018 1 次提交
  28. 04 4月, 2018 1 次提交
  29. 03 4月, 2018 2 次提交
  30. 02 4月, 2018 1 次提交
  31. 24 3月, 2018 1 次提交
  32. 22 3月, 2018 1 次提交
    • D
      Get MSBuildWorkspace tests running again · bf0e3f8a
      Dustin Campbell 提交于
      This change moves the MSBuildWorkspace tests to a separate project and introduces infrastructure to get them
      running. Essentially, each test is marked with a `ConditionalFact` with `VisualStudioMSBuildInstalled` as the
      skip condition. That skip condition uses the VS 2017 setup APIs to locate installed instances of VS and finds
      one that contains the Roslyn Compiler package. Then, it sets up an AssemblyResolve event on the current AppDomain
      to resolve MSBuild locations from VS itself. This ensures that MSBuild can locate a toolset containing the
      necessary props and targets to handle the projects in our tests.
      bf0e3f8a