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
Fix CI: Add netstandard (winui 0) to sign and release matrices
The package job creates artifacts for winui [0, 2, 3], but sign and release jobs only processed [2, 3]. This caused netstandard-only packages like Extensions.DependencyInjection to be built but never signed or released to NuGet.org.
The sign and release jobs were added by copying from mainline Windows Community Toolkit, which doesn't have netstandard-only components. This PR updates both matrices to match Labs' package job requirements.
0 commit comments