We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3026a55 commit 38f5518Copy full SHA for 38f5518
1 file changed
scripts/restore-packages
@@ -1 +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
0 commit comments