All reports can be deployed using following commands .
1. Open PowerShell run as administrator
2.Copy and paste below command and enter.
K:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -PackageInstallLocation “K:\AosService\PackagesLocalDirectory”
Note: You can use the above script in the Devops build generation time.
Single Report deployment
K:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1
-Module customModuleName -ReportName reportname.designname
-PackageInstallLocation “K:\AosService\PackagesLocalDirectory”