2 lines
96 B
Plaintext
2 lines
96 B
Plaintext
echo RESTORING ALL PACKAGES...; for f in /src/csproj-files/*.csproj; do dotnet restore $f; done
|