Disabling rendering in commandlet
This commit is contained in:
parent
b988b597ee
commit
85c8fd88d4
|
@ -180,7 +180,7 @@ def import_assets(package_name, json_dirname, props, maps):
|
||||||
|
|
||||||
# Import Props
|
# Import Props
|
||||||
import_setting_file = generate_import_setting_file(package_name, json_dirname, props, maps)
|
import_setting_file = generate_import_setting_file(package_name, json_dirname, props, maps)
|
||||||
commandlet_arguments = "-importSettings=\"%s\" -AllowCommandletRendering -nosourcecontrol -replaceexisting" % import_setting_file
|
commandlet_arguments = "-importSettings=\"%s\" -nosourcecontrol -replaceexisting" % import_setting_file
|
||||||
invoke_commandlet(commandlet_name, commandlet_arguments)
|
invoke_commandlet(commandlet_name, commandlet_arguments)
|
||||||
os.remove(import_setting_file)
|
os.remove(import_setting_file)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue