Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
download-cloud

GitHub Action

Setup latest .NET SDKs

v1.1.0

Setup latest .NET SDKs

download-cloud

Setup latest .NET SDKs

Github Action to install the daily builds of the .NET SDK

Installation

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

              

- name: Setup latest .NET SDKs

uses: Elskom/setup-latest-dotnet@v1.1.0

Learn more about this action in Elskom/setup-latest-dotnet

Choose a version

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.
    VERSION_MAJOR: '6'
    # minor version of the .NET SDK to look for the newest version on in the feeds.
    VERSION_MINOR: '0'