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
CI has been broken because the build matrix for Desktop did not set UseFabric for most configs, which is used to set the artifactName parameter to the publish-build-artifacts template. Changed from if x == true, if x == false to if x == true, else.
0 commit comments