Skip to content

Commit c941409

Browse files
committed
Update build script.
1 parent 9e920e5 commit c941409

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

build

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
set -e
44

5+
echo Building CLI...
56
cd src/TigerGraph.CLI
67
dotnet build /p:Configuration=Debug $*
78
cd ../../
9+
10+
echo Building Proxy...
11+
cd src/TigerGraph.Proxy
12+
dotnet build /p:Configuration=Debug $*
13+
cd ../../

src/TigerGraph.NET.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TigerGraph.Lib", "TigerGrap
1111
EndProject
1212
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{9A0B6275-9ECE-4AA6-A27B-C07265105B3D}"
1313
ProjectSection(SolutionItems) = preProject
14-
..\build.sh = ..\build.sh
14+
..\build = ..\build
1515
..\scripts\endpoints.cmd = ..\scripts\endpoints.cmd
1616
..\scripts\schema.cmd = ..\scripts\schema.cmd
1717
..\tg = ..\tg

0 commit comments

Comments
 (0)