Skip to content

TfxInstaller

Actions
Install tfx-cli inside the tool cache
v1.0.0-pre
LatestPre-release
Star (1)

Tags

 (1)

build-test

TfxInstaller for GitHub Actions

A simple port of the TfxInstaller task for Azure DevOps.

Usage

See action.yml

Basic:

steps:
  - uses: actions/checkout@v2
  - uses: actions/setup-node@v1
  - uses: actions/TfxInstaller@v1
    with:
      version: 0.8.x

The version input allow to specify which tfx-cli version you want to use. Example: v0.8x, >=v0.5.x.

Check latest version:

steps:
  - uses: actions/checkout@v2
  - uses: actions/setup-node@v1
  - uses: actions/TfxInstaller@v1
    with:
      version: 0.8.x
      checkLatest: true

check-latest flag automatically download the latest version of tfx-cli.

License

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

TfxInstaller is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Install tfx-cli inside the tool cache
v1.0.0-pre
LatestPre-release

Tags

 (1)

TfxInstaller is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.