Files
annotations/Azaion.Suite/postbuild.cmd
T
Alex Bezdieniezhnykh babcbc0fc7 clean postbuild script
clean warnings
2025-04-28 10:20:06 +03:00

14 lines
396 B
Batchfile

@echo off
set CONFIG=%1
set RESOURCES_FOLDER=%2
set FILE1_TO_UPLOAD=%cd%\..\Azaion.Annotator\bin\%CONFIG%\net8.0-windows\Azaion.Annotator.dll
call upload-file %FILE1_TO_UPLOAD% %RESOURCES_FOLDER%
set FILE2_TO_UPLOAD=%cd%\..\Azaion.Dataset\bin\%CONFIG%\net8.0-windows\Azaion.Dataset.dll
call upload-file %FILE2_TO_UPLOAD% %RESOURCES_FOLDER%
set SUITE_FOLDER=%cd%\bin\%CONFIG%\net8.0-windows\