2019-04-13 08:23:40 +01:00

4 lines
77 B
Bash

#!/bin/bash
for f in /src/csproj-files/*.csproj; do dotnet restore $f; done