Minor update to retry DevOps pipeline

This commit is contained in:
Miguel Veloso 2019-05-03 10:51:59 +01:00 committed by GitHub
parent 3026a55be8
commit 38f5518e5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1 @@
for f in /src/csproj-files/*.csproj; do dotnet restore $f; done
echo RESTORING ALL PACKAGES...; for f in /src/csproj-files/*.csproj; do dotnet restore $f; done