Files
wwdpublic/Scripts/bat/buildAllTools.bat
stellar-novas 2c3496b266 Build doc cleanup (#470)
# Description

This pr streamlines the build process by removing the python3 dependency
and pointing to the new build scripts.
2024-06-16 18:49:20 -04:00

8 lines
100 B
Batchfile
Executable File

@echo off
cd ../../
call git submodule update --init --recursive
call dotnet build -c Tools
pause