Skip to content

Commit c68ec35

Browse files
committed
Update root build.sh script
1 parent b3122c0 commit c68ec35

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

build.sh

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ mkdir nuget
66

77
dotnet tool restore
88

9-
pushd ./src/Storage
10-
./build.sh "$@"
11-
popd
9+
# pushd ./src/Storage
10+
# ./build.sh "$@"
11+
# popd
1212

1313
pushd ./src/IdentityServer4
1414
./build.sh "$@"
1515
popd
1616

17-
pushd ./src/EntityFramework.Storage
18-
./build.sh "$@"
19-
popd
17+
# pushd ./src/EntityFramework.Storage
18+
# ./build.sh "$@"
19+
# popd
2020

21-
pushd ./src/EntityFramework
22-
./build.sh "$@"
23-
popd
21+
# pushd ./src/EntityFramework
22+
# ./build.sh "$@"
23+
# popd
2424

25-
pushd ./src/AspNetIdentity
26-
./build.sh "$@"
27-
popd
25+
# pushd ./src/AspNetIdentity
26+
# ./build.sh "$@"
27+
# popd

0 commit comments

Comments
 (0)