-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
We are starting to hit the 'not enough space' issue(see https://dev.azure.com/ms/react-native-windows/_build/results?buildId=47129). Currently I workaround the problem by deleting the buildout of ReactWindows-Desktop.sln before it builds Playground project.
There are possible two places we can improve:
- Reduce the build time of some jobs
- We didn't reuse the buildout put of vnext/ReactWindows-Desktop.sln in the next Playground project. so it hits
not enough space.
not enough space error:
##[error]C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\amd64\Microsoft.Common.CurrentVersion.targets(4365,5): Error MSB3021: Unable to copy file "d:\a\1\s\vnext\target\x64\Debug\ReactUWP\React.UWP.pdb" to "d:\a\1\s\packages\playground\windows\x64\Debug\Playground\React.UWP.pdb". There is not enough space on the disk.