Browse Source

Minor update to retry DevOps pipeline

pull/1026/head
Miguel Veloso 5 years ago
committed by GitHub
parent
commit
38f5518e5e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/restore-packages

+ 1
- 1
scripts/restore-packages 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

Loading…
Cancel
Save