1. 31 3月, 2018 3 次提交
    • J
      Fix signing of swix project output · 4536ccb9
      Jared Parsons 提交于
      This fixes a signing regression caused be #25751. That changed us to
      directly call the SWIX build props / targets vs. getting them implicitly
      from the microbuild props / targets. One of the behaviors that the
      microbuild props / targets had that wasn't accounted for was the signing
      of the VSIX after they are constructed. Hence this lead to signing
      errors on insertion.
      
      This PR fixes that by making the following changes:
      
      1. Adds SWIX VSIX to SignToolData.json so they are accounted for during
      normal batch signing.
      1. Moves the SWIX build to the pre-sign portion of our build.
      1. Removes the references from VSMAN -> SWIX. These references are there
      only to enforce ordering which is unnecessary. Having them remain risks
      that building the VSMAN will cause the SWIX to be re-built which could
      possibly invalidate signing.
      4536ccb9
    • J
      Merge pull request #25750 from jaredpar/fix-it · 0ad00b27
      Jared Parsons 提交于
      Update PATH to our xcopy CLI
      0ad00b27
    • S
      Merge pull request #25590 from Therzok/fix24042 · b6b0f03c
      Sam Harwell 提交于
      [SQLite] Fix continuous probing for sqlite
      b6b0f03c
  2. 30 3月, 2018 5 次提交
  3. 29 3月, 2018 9 次提交
  4. 28 3月, 2018 16 次提交
  5. 27 3月, 2018 7 次提交