Skip to content

Conversation

@antonfirsov
Copy link
Member

Prerequisites

  • I have written a descriptive pull-request title
  • I have verified that there are no overlapping pull-requests open
  • I have verified that I am following matches the existing coding patterns and practice as demonstrated in the repository. These follow strict Stylecop rules 👮.
  • I have provided test coverage for my change (where applicable)

Description

  • Remove x86 and x64 solution platforms
  • Copy SixLaborsSampleAB.woff to out dir
  • Switch to a different string.Join overload to avoid mysterious build failures

if (badPositions.Count > 0)
{
string badPoz = string.Join(',', badPositions);
// The char overload is causing mysterious build failures in Visual Studio
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was also effecting net472 on the build server (using github actions for this)

@tocsoft tocsoft merged commit a7c05ac into master Jan 12, 2020
@JimBobSquarePants JimBobSquarePants deleted the af/cleanup branch January 18, 2020 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants