1. 04 5月, 2017 7 次提交
    • J
      Change VSIX to deploy via build again · bcfa320b
      Jared Parsons 提交于
      The VS SDK team provided us with an updated NuGet that has better error
      diagnostics during install / uninstall.  Going to change our VSI tests
      to begin using build based deployment again for VSIX until they can get
      the diagnostics that they need.  Once they have them will flip it back.
      bcfa320b
    • J
      Restore ability to deploy VSIX as a part of build · 64431269
      Jared Parsons 提交于
      The VS SDK team is interested in tracking down the deployment errors
      that we are seeing when deploying as a part of build.  This change adds
      an option to make it easy to excercise that code path in builds.
      
      Going to use this option to quickly toggle to the build based deployment
      in order to mass test their fixes.
      64431269
    • 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
    • J
      Fix the TestVsiNetCore runs · 5d8f15e0
      Jared Parsons 提交于
      This moves the logic for testVsiNetCore into the BuildAndTest.proj file.
      This matches the logic behavior for all of our other test runs.  It also
      avoids us further complicating the necessary command line for calling
      the BuildAndTest.proj file.
      
      Eventually though want to move all of the test logic into a Powershell
      file.  The MSBuild file at this point is approaching the complexity of a
      full script but lacking the flexibility.  Should just convert it to a
      script and move on.
      5d8f15e0
    • C
      Fix example rulset XML (#18567) · 922e7df0
      Charlie Powell 提交于
      The example ruleset provided contains some syntax errors, so copy/pasting wholesale somewhere can result in build errors when including it.
      
      There was also a minor typo I found later in the file while reading through.
      922e7df0
    • C
      Merge pull request #19198 from CyrusNajmabadi/simpleBatchWriting · a20bfe94
      CyrusNajmabadi 提交于
      Simplify how we batch write to our persistence service.
      a20bfe94
    • S
      Merge pull request #19125 from sharwell/containskey · 37f2e0bc
      Sam Harwell 提交于
      Avoid inefficient use of ContainsKey
      37f2e0bc
  2. 03 5月, 2017 20 次提交
  3. 02 5月, 2017 13 次提交