This action runs Invoke-Build tasks
Required The path to the file containing the task to run.
Optional The name of the task to run. If not specified, Invoke-Build will run the default task from the provided file.
Optional The version of Invoke-Build to use.
uses: actions/invoke-build-action@v1
with:
task-file: './build/build.tasks.ps1'
task: 'BuildInstallers'