- Add
env-mapping
option to support improved environment variables configuration.
- Expose
native-dev-drive
as an option to turn off automatic native Dev Drive usage. - Documentation improvements.
- Align package.json version.
- Allow mounting dev drive in specified mount path (ReFS, NTFS only).
- Workspace copying is no longer restricted by the Dev Drive location.
- Paths in output env vars are no longer escaped
\\
. - Cleaner error messages.
- Improved error handling feedback.
- Additional CI tests.
- More Badges.
- Documentation improvements.
- Added error check when Dev Drive is located inside
${{ github.workspace }}
whenworkspace-copy
is set.
- Added input option
mount-if-exists
to allow mounting pre-existing VHDX drives (e.g. fromactions/cache
).
- The default
drive-type
is nowDynamic
instead ofFixed
.
- Support
drive-type
input allowing to set the drive allocation toFixed
orDynamic
.
- Initial Release.