Setup .NET Fast
Version updated for https://github.com/fast-actions/setup-dotnet to version v1.1.0.
- This action is used across all versions by 2 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The setup-dotnet GitHub Action streamlines the process of setting up the .NET SDK, Runtime, and ASP.NET Core in CI/CD workflows. It automates tasks such as version resolution (using wildcards, keywords, or global.json), parallel downloads, and caching for faster subsequent runs. This action is designed to optimize efficiency and flexibility in managing .NET installations, making it ideal for multi-target testing and dynamic version management.
Release notes
What’s Changed
- feat: support for
allow-previewparameter by @xC0dex in https://github.com/fast-actions/setup-dotnet/pull/35 - chore: format logs by @xC0dex in https://github.com/fast-actions/setup-dotnet/pull/36
Full Changelog: https://github.com/fast-actions/setup-dotnet/compare/v1...v1.1.0