Skip to content

Optimize the pipeline by reduce the disk usage and build time #3620

@licanhua

Description

@licanhua

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:

  1. Reduce the build time of some jobs
  2. 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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions