Repro
- Clone the repo
cd NewArch
yarn
yarn 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?
Seems to have regressed here: 64b511a
#579
Repro
cd NewArchyarnyarn windowsError
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?
Seems to have regressed here: 64b511a
#579