Skip to content

Commit 38f5518

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)