Skip to content

Commit 101e9a5

Browse files
committed
Updated permissions on .sh file.
1 parent 5b5ee11 commit 101e9a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
dotnet restore
33
for path in src/*/project.json; do
44
dirname="$(dirname "${path}")"
5-
dotnet build ${dirname} -c Release
5+
dotnet build ${dirname}
66
done
77

88
for path in sample/project.json; do
99
dirname="$(dirname "${path}")"
10-
# dotnet build ${dirname} -c Release
10+
dotnet build ${dirname}
1111
done

0 commit comments

Comments
 (0)