Add StructValidator accepted/tizen/unified/20200605.020507 submit/tizen/20200603.230233
authorWonyoung Choi <wy80.choi@samsung.com>
Wed, 3 Jun 2020 06:41:52 +0000 (15:41 +0900)
committerWonyoung Choi <wy80.choi@samsung.com>
Wed, 3 Jun 2020 23:02:16 +0000 (08:02 +0900)
commit4b108054e78b7c0c0734d2694187b1a9671e766f
tree4a3a9772059f001693349c3e56d37fb99b5c5d20
parent94a85636582b12191cf024b0ae1bab28df444bb1
Add StructValidator

Change-Id: Ib7bd0b9f609af564a9cd68b90e7825fde112426c
18 files changed:
Tizen.GBS.BuildTasks/Tizen.GBS.ImportAfter.targets [deleted file]
Tools/dotnet-wrapper.sh [deleted file]
Tools/timeout.sh [deleted file]
packaging/dotnet-build-tools.spec
tools/StructValidator/StructValidator.deps.json [new file with mode: 0644]
tools/StructValidator/StructValidator.dll [new file with mode: 0644]
tools/StructValidator/StructValidator.pdb [new file with mode: 0644]
tools/StructValidator/StructValidator.runtimeconfig.json [new file with mode: 0644]
tools/StructValidator/native/Makefile [new file with mode: 0644]
tools/StructValidator/native/common.h [new file with mode: 0644]
tools/StructValidator/native/main.c [new file with mode: 0644]
tools/dotnet-build.sh [moved from Tools/dotnet-build.sh with 94% similarity]
tools/dotnet-validate-struct.sh [new file with mode: 0755]
tools/dotnet-wrapper.sh [new file with mode: 0755]
tools/dummypack.csproj [moved from Tools/dummypack.csproj with 100% similarity]
tools/retry.sh [moved from Tools/retry.sh with 100% similarity]
tools/timeout.sh [new file with mode: 0755]
update-tools.sh [new file with mode: 0755]