-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
Repro
- Clone the repo
cd NewArchyarnyarn windows
Error
Could not copy the file "D:\GitHub\react-native-gallery\NewArch\windows\x64\Release\Clipboard\Clipboard.dll" because it was not found.
Cause
For some reason there's a reference specifically to Release in here, which means if you build debug but not release... it'll fail.
I'm a bit concerned this wasn't caught by CI, because that means the Gallery isn't being built in debug in CI?