Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 38f5518

Browse files
authored
Minor update to retry DevOps pipeline
1 parent 3026a55 commit 38f5518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/restore-packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
for f in /src/csproj-files/*.csproj; do dotnet restore $f; done
1+
echo RESTORING ALL PACKAGES...; for f in /src/csproj-files/*.csproj; do dotnet restore $f; done

0 commit comments

Comments
 (0)