_Build_Compat_Packages.bat 444 B

1234567891011121314
  1. @echo off
  2. setlocal ENABLEDELAYEDEXPANSION
  3. rem HELP FOR THIS FILE
  4. rem CLONE the fr if need
  5. rem clear the fr if need
  6. rem next run scripts from the fr tools
  7. rem that's all
  8. ECHO TRY TO BUILD FR.Compat
  9. pushd .\build\Cake
  10. dotnet run --target=PackCompat --solution-filename=FastReport.Compat.sln --config=Release --vers=2022.2.0
  11. dotnet run --target=PackCompatSkia --solution-filename=FastReport.Compat.sln --config=Release --vers=2022.3.0
  12. popd