Skip to content

Commit

Permalink
restore
Browse files Browse the repository at this point in the history
  • Loading branch information
btruncali1 committed Feb 4, 2025
1 parent 12d503e commit 72e4325
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/build
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
#!/usr/bin/env bash
set -e

# Restore NuGet packages
dotnet restore

if ! command -v dotnet-format; then
echo "Installing dotnet formatter..."
export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
dotnet tool install -g dotnet-format --version 4.0.0
fi

Expand Down

0 comments on commit 72e4325

Please sign in to comment.