You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Setup latest .NET SDKs
v1.1.0
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'