1. 17 11月, 2017 2 次提交
  2. 03 11月, 2017 2 次提交
  3. 02 11月, 2017 1 次提交
  4. 01 9月, 2017 1 次提交
    • J
      Remove Microbuild machine dependency · c5c9e3ee
      Jared Parsons 提交于
      Change Microbuild to no longer be forced to use the MSBuild that
      Microbuild provides. Doing so means we rely on them to update their
      machines when we need updates to MSBuild.
      
      Instead just use our normal mechanisms for discovering MSBuild. This
      doesn't depend on machine state.
      c5c9e3ee
  5. 19 7月, 2017 1 次提交
  6. 18 7月, 2017 1 次提交
    • J
      Restructure how assets are published · 033fc121
      Jared Parsons 提交于
      Our long term goal with asset publishing is to make it a completely
      separate step from build. It's an operation which can optional be done
      after builds complete. Even being done multiple times if needed to say
      work around errors.
      
      Additionally publish should be a deliberate, explicit operation. The
      simple act of branching should not publish by default, it should be
      explicitly opted into.
      
      This moves us in that direction by doing the following:
      
      - Centralizes our publish story to a single file: PublishData.json in
      master
      - Makes publish a step that can easily be run on any completed build
      - Makes NuGet / VSIX publishing per branch and configurable. Allows for
      uploads to many feeds if necessary
      - Begins using dotnet/versions to track our packages.
      033fc121
  7. 11 7月, 2017 3 次提交
  8. 10 7月, 2017 1 次提交
  9. 07 7月, 2017 2 次提交
  10. 26 6月, 2017 1 次提交
  11. 22 6月, 2017 2 次提交
  12. 21 6月, 2017 1 次提交
  13. 17 6月, 2017 2 次提交
  14. 04 5月, 2017 1 次提交
    • J
      Fix up some test options · 144eaeda
      Jared Parsons 提交于
      Our Test.cmd script and Microbuild test running got messed up during the
      recent SDK change.  A series of conflicts were just merged incorrectly.
      144eaeda
  15. 01 5月, 2017 1 次提交
    • J
      Progress on the Microbuild leg · 2e85cc65
      Jared Parsons 提交于
      The Microbuild leg now almost completely builds.  It's failing in the
      validation of our compilers Nuget package.  This comes from subtle
      changes to Toolset.csproj that need to be addressed.
      
      This does represent a huge step forward though.  Saving this now so I
      can experiment with that change.
      2e85cc65
  16. 29 4月, 2017 1 次提交
  17. 14 4月, 2017 2 次提交
  18. 01 4月, 2017 1 次提交
  19. 28 3月, 2017 1 次提交
  20. 25 3月, 2017 1 次提交
  21. 20 3月, 2017 1 次提交
  22. 14 3月, 2017 1 次提交
  23. 12 3月, 2017 1 次提交
    • J
      Move to GitLink 3.0 · 303473d6
      Jared Parsons 提交于
      This makes two changes:
      
      1. Move us to GitLink 3.0
      1. Add source link info to all binaries we sign
      303473d6
  24. 04 2月, 2017 1 次提交
  25. 31 12月, 2016 5 次提交
  26. 30 11月, 2016 1 次提交
  27. 23 11月, 2016 2 次提交