Livar Cunha
|
f67a72d9c4
|
Making restore use a config file so that it does not use fallback folders that may exist in the machine.
|
2017-05-22 09:42:40 -07:00 |
|
Livar Cunha
|
105e5ab051
|
Introducing a in progress sentinel that gets verified before running the first time experience. If we can get a handle for this sentinel, we proceed with the first time run, otherwise, it means there is a first time experience running already, in which case we continue running dotnet normally, even though the final (real) sentinel is not present yet. This prevents multiple dotnet commands from running the first time experience in parallel and prevents us from running into parallel nuget restores.
|
2016-06-10 16:54:39 -07:00 |
|
Livar Cunha
|
461c26b78d
|
Adding a create method to the sentinel and invoking it from the Primer when appropriate.
|
2016-06-10 16:54:09 -07:00 |
|
Livar Cunha
|
ac2e21452f
|
Adding a separate abstraction for the NuGet sentinel.
|
2016-06-10 16:54:06 -07:00 |
|