Releases: codebeltnet/jobs-dotnet-restore
Releases · codebeltnet/jobs-dotnet-restore
v2.0.0
- Bumped codebeltnet/install-dotnet from v2 to v3 (breaking change)
Full Changelog: v1...v2.0.0
v1.0.2
- Fixed file hash calculation for cache to include
Directory.Packages.props
Full Changelog: v1.0.1...v1.0.2
v1.0.1
- Fixed typo: verbosity -> verbosity-level
Full Changelog: v1.0.0...v1.0.1
v1.0.0
🎉 Reusable Workflows for .NET CLI Restore
- default.yml - the
dotnet restoreworkflow that:- fetches the codebase,
- installs the .NET SDK,
- conditionally either computes the restore cache key or uses a custom provided key,
- conditionally generates the cache associated with the restore cache key,
- conditionally restores the dependencies.
Full Changelog: https://github.com/codebeltnet/jobs-dotnet-restore/commits/v1.0.0