We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a4da3 commit 28a22efCopy full SHA for 28a22ef
entrypoint.sh
@@ -79,6 +79,14 @@ while [[ $S ]]; do
79
S=${S#*"$ARG_DELIMITER"}
80
done
81
82
+echo ""
83
+echo "--- --- ---"
84
+echo "Restore .NET tool (the JetBrains.ReSharper.GlobalTools)"
85
86
87
+
88
+dotnet tool restore
89
90
echo ""
91
echo "--- --- ---"
92
echo "Let's get started, keep calm and wait, it may take few moments"
@@ -88,9 +96,7 @@ done
96
97
98
-dotnet tool restore
-dotnet tool update --global JetBrains.ReSharper.GlobalTools
93
-jb cleanupcode "${COMMAND_ARG_ARRAY[@]}" "${INPUT_SOLUTION}"
99
+dotnet jb cleanupcode "${COMMAND_ARG_ARRAY[@]}" "${INPUT_SOLUTION}"
94
100
95
101
REFORMATTED_FILES=$(git diff --name-only)
102
0 commit comments