Helps to build Inno-Setup installer packages on Azure Devops build pipelines.
For hints to use see overview
First, you need to install NodeJS. You can install it from here. This will also install NPM for you to work with. You can leave the default options in the wizard.
We have tested the build with version 16.13.0
By installing TFX, you are able to create a package out of your files. Create it by using the following command in a PowerShell prompt:
npm install -g tfx-cli
tfx extension create --manifest-globs vss-extension.json
All set, let’s publish our custom Azure DevOps pipeline task for PowerShell to the market place, so we can make it available in our organizations. In your browser, open the Market place.
See also Create a custom Azure DevOps pipeline task for PowerShell