Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Faster
dotnet restore
for backend container (#333)
* Faster `dotnet restore` for backend container Now it will copy all the .csproj files into place before running `dotnet restore` on any of them, which means the LexBoxApi.csproj file will be able to find its dependent projects at restore time, and restore all of them together. * Address review comments
- Loading branch information