PyRunner/VBAMake.txt
2024-06-07 20:41:20 +03:00

40 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# == Properties Section ==
# configuration properties
# use .ini format to define properties
# mandatory properties: name, artifact_home, source_home
id = PyRunner
name = PyRunner
description = Инструменты взаимодействия с Python
artifact_home = PyRunner
source_home = PyRunner
install_home = \\fs1.concept.ru\projects\10 Автоматизация деятельности\02 Офисная автоматизация\80 PyRunner
%%
# === Build section ===
# Available commands:
# build LOCAL_MANIFEST
# copy LOCAL_SOURCE -> [LOCAL_ARTIFACT]
# save_as LOCAL_ARTIFACT -> LOCAL_ARTIFACT
# run LOCAL_SOURCE.bat
copy script\DeployServer.ps1 -> script\DeployServer.ps1
copy src\test\data -> test
run script\Build.ps1
run script\DeployLocal.ps1
copy src\vbatopydll\dll -> src\vbatopydll\dll
copy src\vbatopy -> src\vbatopy
build script\PythonManager.txt
%%
# === Install section ==
# Available commands:
# install LOCAL_ARTIFACT -> [INSTALL_PATH]
# add_template LOCAL_ARTIFACT -> [LOCAL_TEMPLATE]
# run LOCAL_ARTIFACT.bat <- [PARAMETERS]
# run APPLICATION <- [PARAMETERS]
run script\DeployServer.ps1
install PythonManager.xlsm