Building AppVeyor builds for extensions #4325
-
I am using Cake.Recipe and updating a (long overdue) project (Cake.GitHub) to make sure it can be released as 1.0.0. The local builds work fine:
But the build on AppVeyor fails with this error: (see https://ci.appveyor.com/project/cakecontrib/cake-github/builds/50389211)
I suspect that both the recipe and GitVersion are updating the AssemblyInfo, but have no idea how to fix this using the recipe. Hopefully someone experienced with the recipe (@gep13?) can help me out here. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 14 replies
-
You need to rename the |
Beta Was this translation helpful? Give feedback.
You need to rename the
AssemblyInfo.cs
file in your project to a different file name. See here for an example: https://github.com/cake-contrib/Cake.Issues/blob/develop/src/Cake.Issues.DocFx/Properties/ProjectInfo.cs