Skip to content
package

GitHub Action

Invoke-Build

v1.0.0 Latest version

Invoke-Build

package

Invoke-Build

Install specified version on Invoke-Build module and start build with Invoke-Build

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Invoke-Build

uses: IT-Service/Invoke-Build@v1.0.0

Learn more about this action in IT-Service/Invoke-Build

Choose a version

GitHub Action "Invoke-Build"

GitHub release

Semantic Versioning Conventional Commits

This action install and invoke InvokeBuild for installing dependencies.

Usage

See action.yml

Basic:

steps:
- uses: actions/checkout@v3
- uses: actions/Invoke-Build@v1
  with:
    version: 'latest' # InvokeBuild version
    task: check # build task. Default - "."
    file: 'build/x86.build.ps1' # path for build file. Default - .build.ps1
    verbose: true # switch build log to verbose log. Default - true

License

The scripts and documentation in this project are released under the MIT License.

Contributions

Contributions are welcome! See Contributor's Guide.