Skip to content

Commit

Permalink
restore first
Browse files Browse the repository at this point in the history
  • Loading branch information
btruncali1 committed Feb 4, 2025
1 parent 2c69067 commit d5136a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/build
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/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

# Restore NuGet packages
dotnet restore

dotnet build

0 comments on commit d5136a6

Please sign in to comment.