Posted 13 September 2023, 11:31 am EST
I am trying to get my build on Azure DevOps Microsoft Hosted Agent working with ActiveReports 17. I have a script that downloads the glcm_deploy.exe
My script is below. I always get
The system cannot find the path specified
for the last command in the file with glcm.exe. What am I doing wrong?
print "Download gclm_deploy.exe"
curl -o gclm_deploy.exe "https://cdn.grapecity.com/license/gclm_deploy.exe"
print "Start gclm_deploy.exe"
start gclm_deploy.exe
print "Run Activation Command"
C:\ProgramData\GrapeCity\gclm\gclm.exe "742a5cf8-2204-4873-9dc9-ff56d67411bd" -a "key" "password"