u/Robba078
Blogs, Articles, and Posts
Installing software via Azure DevOps & PowerShell on Windows servers
(reddit.com)
The idea of this pipeline to manage the software dependencies (.exe's, .msi) via an azure-package
By: u/Robba078 submitted:Aug 12 2022
The idea of this pipeline to manage the software dependencies (.exe's, .msi) via an azure-package
feed. This way all uploads, updates to version are traceable. The pipeline will download this package during its build, and publish it as an artefact (named patch) for the deployment stages where the software will copied to and installed on the servers For every environment provided in parameters Environments, the software will be attempted to be installed on the servers via PowerShell scripts. Azure DevOps is the orchestrator, but the PoSh script does the heavy lifting.
By: u/Robba078 submitted:Aug 12 2022