You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the introduction of dotnet build, rather than msbuild, the new
net48 folder is causing an issue with gathering of files that need to
be signed using the Chocolatey authenticode certificate.
There are a number of files added to the net48 folder that _need_ to be
signed, but these are not being picked up since the globbing pattern
doesn't look in this folder.
This commit updates the globbing pattern to include this folder, and
also adds an assertion about the number of files that are expected to
be found from each glob. This should prevent this from happening
again, since the updating of the asserted version number should _only_
be done, when the number of expected files has been known to change.
0 commit comments