You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I would suggest including the unzip path in the mutex. We are using the nuget in a bigger project and our buildserver is building simultanously in different working spaces. The problem is that the builds are influencing each other since the mutex is system wide.
Thanks, Rainer.
The text was updated successfully, but these errors were encountered:
mnivet
added a commit
to TalentSoft/Contrib.Nuget
that referenced
this issue
Feb 5, 2018
When code has been moved from targets to csharp in commit c3354fa file read has been excluded from the mutex which produce concurrency issue like explain in the comment above the mutex creation
- Reduce scope of the mutex to optimize parallel compilations
This is a really interesting proposition from issue baseclass#36
Hi, I would suggest including the unzip path in the mutex. We are using the nuget in a bigger project and our buildserver is building simultanously in different working spaces. The problem is that the builds are influencing each other since the mutex is system wide.
Thanks, Rainer.
The text was updated successfully, but these errors were encountered: