Skip to content

Commit

Permalink
Remove echo slip into bash build script
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Oct 25, 2019
1 parent a929b84 commit f9840ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ else
configs="$1"
fi
for c in $configs; do
echo dotnet build --no-restore -c $c
dotnet build --no-restore -c $c
done

0 comments on commit f9840ab

Please sign in to comment.