Skip to content

Commit

Permalink
Merge pull request serilog#763 from khellang/build-once
Browse files Browse the repository at this point in the history
Don't run build twice
  • Loading branch information
nblumhardt committed May 31, 2016
2 parents 5078c07 + b14c77f commit b229889
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 b229889

Please sign in to comment.