1. 29 7月, 2017 2 次提交
    • J
      Include UseBasicParsing switch · 8c8a8c0b
      Jared Parsons 提交于
      By default Invoke-WebRequest will fail if IE hasn't gone through first
      configuration setup on the machine. Parts of our infrastructure don't
      run IE and as a result our uses of Invoke-WebRequest were failing. Fixed
      by passing the UseBasicParsing switch.
      8c8a8c0b
    • J
      Work around sdk 1.1 compat bug · 43d3a31b
      Jared Parsons 提交于
      Recent builds of the SDK introduced a bug around referencing netstandard
      1.6 projects. This trigged on several Roslyn projects and cause build
      breaks with newer builds of VS.
      
      Suppressing the check for now. Will undo when we move to 2.0 SDK
      
      https://github.com/dotnet/roslyn/issues/21183
      43d3a31b
  2. 28 7月, 2017 16 次提交
  3. 27 7月, 2017 22 次提交