Description
When building the Release configuration in Visual Studio, the build is unreliable. It frequently fails when either building the first time or when doing a rebuild. A second build usually succeeds.
When the build fails, it is because one oft he nuspec files can't be found. However, the file exists after the build exits, which points to a timing issue. We create the nuspec files as part of the build, and this looks like a race condition in our build.
Attachments
Issue Links
- is related to
-
REEF-272 REEF.NET build isn't multi-threading-safe
- Resolved