Merged PR 211: Add csharp classes to SVGLayoutDesigner and add tests

This commit is contained in:
Eric Nguyen 2022-10-10 09:28:47 +00:00
parent 24e47ae240
commit f74af69291
40 changed files with 1346 additions and 13 deletions

View file

@ -34,12 +34,8 @@ steps:
- bash: |
set -euo pipefail
node --version
node ./test-server/http.js &
jobs
pnpm i
pnpm run test:nowatch
pnpm run build
kill -2 %1 2>/dev/null
displayName: 'Test on Node.js 16.x LTS'
- task: NodeTool@0
@ -51,11 +47,13 @@ steps:
set -euo pipefail
node --version
node ./test-server/http.js &
dotnet run --project=./csharp/SVGLDLibs/SVGLDWebAPI/SVGLDWebAPI.csproj &
jobs
sleep 5
pnpm i
pnpm run test:nowatch
pnpm run build
kill -2 %1 2>/dev/null
kill -2 %1 %2 2>/dev/null
displayName: 'Test on Node.js 18.x Latest'
- publish: $(System.DefaultWorkingDirectory)/dist