Skip to content

Commit

Permalink
paket: fix build by requiring new MSBuild.StructuredLogger
Browse files Browse the repository at this point in the history
AppVeyor was failing[1] with (which seemed to be same issue as
this one: [2]):

Script reported an error:
-> BuildFailedException: Target 'Build' failed.
-> One or more errors occurred. (Unsupported log file format. Latest supported version is 9, the log file has version 13.)
-> NotSupportedException: Unsupported log file format. Latest supported version is 9, the log file has version 13

[1] https://ci.appveyor.com/project/sergey-tihon/fsharpx-collections/builds/40656359
[2] fsprojects/FAKE#2595
  • Loading branch information
knocte committed Sep 6, 2021
1 parent c8ed144 commit a93a189
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 9 deletions.
1 change: 1 addition & 0 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ nuget Expecto.FsCheck
nuget FsCheck
nuget Microsoft.NET.Test.Sdk
nuget YoloDev.Expecto.TestSdk
nuget MSBuild.StructuredLogger >= 2.1.545

group Formatting
source https://api.nuget.org/v3/index.json
Expand Down
Loading

0 comments on commit a93a189

Please sign in to comment.