Browse Source
Minor update to retry DevOps pipeline
pull/1026/head
Miguel Veloso
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
scripts/restore-packages
|
@ -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 |