4 lines
77 B
Plaintext
Raw Normal View History

2019-04-10 13:54:06 +01:00
#!/bin/bash
2019-04-13 08:23:40 +01:00
for f in /src/csproj-files/*.csproj; do dotnet restore $f; done