Azure devops pipeline powershell task

arshiya noorain 1 Reputation point
2021-05-31T06:57:20.747+00:00

Wanted to automated the installation of Adobe reader dc from existing executable file ie(AcroRdrDC1501020060_en_US.exe)present in my local computer using powershell script /command in non-interactive mode.

currently using powershell script to install Start-Process -FilePath "C:\newDir4\AcroRdrDC1501020060_en_US.exe" -ArgumentList "/sAll /rs /rps /msi /norestart /quiet EULA_ACCEPT=YES" -Verb RunAs

but facing issues when automating it through Azure devops pipeline on Hosted agent issue: pipeline task is successful but softwares is not installed on agent

Windows for business Windows Server User experience PowerShell
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Leon Laude 86,026 Reputation points
    2021-05-31T07:04:22.833+00:00

    Hi @arshiya noorain ,

    Please note that Azure DevOps is currently not supported in the Q&A forums, the supported products are listed over here https://learn.microsoft.com/en-us/answers/products.

    You may ask the experts in the dedicated Azure DevOps forum over here:
    https://developercommunity.visualstudio.com/spaces/21/index.html

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Best regards,
    Leon

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.