I am using teamcity to create package of my atlas project. Giving two command to teamCity in custom script field as bellow:
atlas-clean --file "D:\Data\BambooTaskPlugin\bamboopluginbuild"
atlas-package --file "D:\Data\BambooTaskPlugin\bamboopluginbuild"
These commands are executed successfully on Command prompt but not in teamcity. TeamCity gives error: 'atlas-clean' is not recognized as an internal or external command
If anyone have idea about this, please reply. Thanks.