Skip to content

Commit

Permalink
v2.9.3 (#260)
Browse files Browse the repository at this point in the history
* feature/setup-task-finalization

* Add linux module options

* Add macos IL2CPP option

* Add option to install Apple Silicon editor

* Reorganize variable groups

* Update lib dependancy

* Rather use a pick list for architecture selection

* Fix mac os architecture is always added to yaml

* Update CHANGELOG

* Update dependencies on acitvation task and organizue input variables

* Update shared library

* Do not pass the project path to the command line

The project path is only required to determine the versino of the editor to activate the seat with but not required for the operation itself.

* Add installed instance auto setup Android tooling workflow

* Reset Unity Setup v1 and instead introduce Unity Setup V2 for backwards compatibility

* Update version in manifest

* Split setup steps by responsibility

* Add post step

* Update logs

* Handle Unity Hub CLI return code 1 means success

* Deprecate activate license V1 and unity setup V1

* Use new build script entry point

* Update executeMethod entry point for configuration

* Group input variables

* Resolve merge

* Apply node update to Setup V2

* Leave a note about deprrecation in the changelog

* Deprecate Unity Setup V1

* Make license activaiton optional on setup v2

* Update build task changelog

* Update extension changelog

* Reorganize input variable groups

* Fix throws error when optional input not set

* Revert

* Clean up unused input variable

* Do not set resource path twice

* Use new build scripts package instead of old

* Disable confiugration step until finished

* Use const

* Remove logs output variable since temporary anyways

* Update shared library to use new log streaming approach

* Update author name

* Sanity checks on untouched tasks

* Revert pusblisher change
  • Loading branch information
FejZa authored Nov 29, 2024
1 parent 6d5b228 commit dceebce
Show file tree
Hide file tree
Showing 44 changed files with 2,587 additions and 3,613 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.9.3]

### Added

- Unity Setup Task V2

### Changed

- Deprecated Unity Setup Task V1 in favor of Unity Setup V2
- Deprecated Unity Activate License Task in favor of Unity Setup V2
- Updated and cleaned up external dependencies for tasks
- [Updated all tasks to run on Node 20 runners](https://github.com/Dinomite-Studios/unity-azure-pipelines-tasks/pull/259) (thank you bdovaz!)

## [2.9.2]

### Added
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-2024 Dinomite Studios
Copyright (c) 2018-2024 Dinomite

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.2]

### Changed

- Aligned configuration options grouping and naming with other tasks
- Updated and cleaned up external dependencies
- Task deprecated, please use UnitySetupV2 instead for a streamlined Unity setup and configuration experience
- [Update node version](https://github.com/Dinomite-Studios/unity-azure-pipelines-tasks/pull/259)

## [1.2.1]

### Changed
Expand Down
Loading

0 comments on commit dceebce

Please sign in to comment.