Skip to content

Установка Invoke-Build и вызов его с указанием параметров

License

Notifications You must be signed in to change notification settings

IT-Service/Invoke-Build

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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.

About

Установка Invoke-Build и вызов его с указанием параметров

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks