diff --git a/BuildTools/pre-commit b/BuildTools/pre-commit index e72109971..5d2522463 100755 --- a/BuildTools/pre-commit +++ b/BuildTools/pre-commit @@ -28,7 +28,7 @@ esac DOTNET_PATH="$DOTNET_CACHE_ROOT/ICSharpCode/ILSpy/dotnet-format-$DOTNET_FORMAT_VERSION" if [ ! -d "$DOTNET_PATH" ]; then echo "Downloading dotnet-format $DOTNET_FORMAT_VERSION..." - dotnet tool install --tool-path "$DOTNET_PATH" dotnet-format --version "$DOTNET_FORMAT_VERSION" --add-source "$DOTNET_FORMAT_SOURCE" + dotnet tool install --tool-path "$DOTNET_PATH" dotnet-format --version "$DOTNET_FORMAT_VERSION" fi DOTNET_FORMAT="$DOTNET_PATH/dotnet-format$EXE_SUFFIX" diff --git a/NuGet.config b/NuGet.config index 63c7aff7b..342195236 100644 --- a/NuGet.config +++ b/NuGet.config @@ -16,6 +16,7 @@ +