mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 21:36:30 +00:00
babcbc0fc7
clean warnings
14 lines
396 B
Batchfile
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\
|
|
|