When running build.cmd, the following error occurs:
Unsupported log file format. Latest supported version is 17, the log file has version 21.
This can be resolved by updating the MSBuild.StructuredLogger version in build.fsproj from 2.2.100 to 2.2.356. I happened to discover that the latest version works without issues.
When running
build.cmd
, the following error occurs:This can be resolved by updating the
MSBuild.StructuredLogger
version inbuild.fsproj
from 2.2.100 to 2.2.356. I happened to discover that the latest version works without issues.