Merged
Conversation
- Added DISABLE_EMBEDDED_BUILDPIPELINE_PLUGIN_LOGGING environment variable to disable CI logging for new unity-cli features
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps the package version to 1.8.2 and adds functionality to disable CI logging via the DISABLE_EMBEDDED_BUILD_PIPELINE_PLUGIN_LOGGING environment variable. The changes also include updates to GitHub Actions workflows, documentation improvements, and Unity version support additions.
- Added environment variable support to disable embedded CI logging
- Updated GitHub Actions workflows to use newer action versions (v2, v3, v6)
- Added Unity 6000.3 support and new build profile command line arguments documentation
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Version bump from 1.8.1 to 1.8.2 |
| CILoggingUtility.cs | Added DISABLE_EMBEDDED_BUILD_PIPELINE_PLUGIN_LOGGINGenvironment variable check; removed blank lines in setter |
| README.md | Updated GitHub Actions workflow examples with newer action versions; documented the new logging disable feature; added new command line arguments |
| Documentation~/README.md | Same documentation updates as root README.md for consistency |
| .gitignore | Added .slnx files and .artifacts/ directory to ignore list |
| validate.yml | Updated to actions/checkout@v6, fixed quote style, added timeline job |
| build.yml | Updated to use newer action versions and output references instead of environment variables |
| upm-subtree-split.yml | Deleted unused workflow file |
| build-options.json | Added Unity version 6000.3 support |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Utilities.BuildPipeline/Packages/com.utilities.buildpipeline/Editor/Logging/CILoggingUtility.cs
Outdated
Show resolved
Hide resolved
Utilities.BuildPipeline/Packages/com.utilities.buildpipeline/Editor/Logging/CILoggingUtility.cs
Outdated
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DISABLE_EMBEDDED_BUILD_PIPELINE_PLUGIN_LOGGINGenvironment variable to disable CI logging for new unity-cli features