1. 14 12月, 2017 2 次提交
    • J
      Use binary log in microbuild · ebb6d28c
      Jared Parsons 提交于
      This enables the generation of binary logs for our build when running in Microbuild.
      Having the logs available helps in post-build debugging of errors. We tend to get a
      number of microbuild only failures that are impossible to track down without logging
      like this.
      
      Once this is merged i will be adding a task to our VSTS build definition to publish
      these post build.
      ebb6d28c
    • J
      Add a -binaryLog option to MSBuild · d07f37b6
      Jared Parsons 提交于
      Can now specify "-binaryLog" to Build.cmd and it will produce a binary
      log for every invocation of MSBuild. The logs will be written out to the
      `Binaries\Logs` directory.
      d07f37b6
  2. 13 12月, 2017 4 次提交
  3. 29 11月, 2017 1 次提交
  4. 28 11月, 2017 3 次提交
  5. 23 11月, 2017 3 次提交
  6. 22 11月, 2017 5 次提交
  7. 21 11月, 2017 3 次提交
  8. 18 11月, 2017 2 次提交
  9. 17 11月, 2017 1 次提交
  10. 16 11月, 2017 3 次提交
  11. 14 11月, 2017 1 次提交
    • D
      Ensure CodeModel adds elastic trivia when setting names · 75b27290
      David Poeschl 提交于
      Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/512823
      
      In VB Code Model, we use SyntaxFactory.ParseTypeName/ParseName when
      setting the name of an attribute or namespace. Doing this fails to add
      elastic trivia the way it is added in all other cases, so setting the
      name of a namespace (for example) would remove the newline, creating
      broken code. To fix this, we now manually add elastic trivia in these
      cases.
      
      C# was already functioning correctly, but it was using
      ".IdentifierName()" to parse dotted names, which isn't advised. This
      change also updates the C# side accordingly.
      75b27290
  12. 09 11月, 2017 12 次提交