Skip to content

Setup latest .NET SDKs

Actions
Github Action to install the daily builds of the .NET SDK
v1.1.2
Latest
Star (4)

Tags

 (1)

setup-latest-dotnet

A github action to install the latest daily build of the .NET SDK.

- uses: Elskom/setup-latest-dotnet@main
  with:
    # major version of the .NET SDK to look for the newest version on in the feeds (optional, default is '7').
    VERSION_MAJOR: '7'
    # minor version of the .NET SDK to look for the newest version on in the feeds (optional, default is '0').
    VERSION_MINOR: '0'
    # version band of the .NET SDK to look for the newest version on in the feeds (optional, default is '1xx').
    # for different values look in the dotnet/installer github repository.
    VERSION_BAND: '1xx'
    # default value, this will override the input major, minor and band version for the .NET SDK to install (if set).
    SDK_VERSION: ''
    # The list of versions of the runtime to install.
    # The value below is the default list.
    RUNTIME_VERSIONS: '6.0.x'

Setup latest .NET SDKs 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

Github Action to install the daily builds of the .NET SDK
v1.1.2
Latest

Tags

 (1)

Setup latest .NET SDKs 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.