Skip to content

Commit

Permalink
Don't run build twice
Browse files Browse the repository at this point in the history
  • Loading branch information
khellang committed May 31, 2016
1 parent 5078c07 commit b14c77f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b14c77f

Please sign in to comment.