diff --git a/build.sh b/build.sh index 9cf05e9a0..a76c0e90a 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,6 @@ dotnet restore for path in src/*/project.json; do dirname="$(dirname "${path}")" dotnet build ${dirname} -c Release - dotnet build ${dirname} -c Release done for path in test/Serilog.Tests/project.json; do