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
Add assertion to build that bits are built in release configuration
I expect this to fail because unfortunately the bug is that our tests
are invoked after the build, and not in release configuration, which
means they build in debug configuration and overwrite the prior built
bits, screwing everything up!
0 commit comments