sillsdev / flexbridge

FLEx Bridge is an application that allows multiple FieldWorks users to collaborate remotely (i.e., not necessarily connected by a local network).
MIT License
5 stars 19 forks source link

Error publishing .snupkg files - The required element 'authors' is missing #408

Open rmunn opened 4 months ago

rmunn commented 4 months ago

https://github.com/sillsdev/flexbridge/pull/407 got the AppVeyor build running again, but now there's an error:

Error publishing NuGet package artifact output/SIL.ChorusPlugin.LibFLExBridge.4.2.0-beta0025.snupkg: NuGet package cannot be read: The required element 'authors' is missing from the manifest.

And the same error message for all other symbol packages: SIL.ChorusPlugin.LibTriboroughBridge, SIL.ChorusPlugin.FLEx, etc.

This may become moot if #405 is approved and nuget package building moves to GitHub Actions, but in the meantime, it's worth looking into this error.

rmunn commented 4 months ago

Directory.Build.props contains <Authors>SIL International</Authors>, so it's possible that this is a bug in the process of building the symbols package rather than an actual missing value.