GitVersionSysDrawingIssue

Note: this is a repro repository for GitTools/GitVersion#2576.

However, GitTools/GitVersion#2642 solved the real issue, and hence, upgrading GitVersion.MsBuild to 5.6.8 has the docker build pass.

Well, since GitTools/GitVersion#2634 is not solved yet, one needs a GitVersion.yml in the root folder for dotnet build to succeed.

Build

$ dotnet publish GitVersionSysDrawingIssue/GitVersionSysDrawingIssue.csproj --configuration Release -o out/
$ docker build .