Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Tags: microsoft/mu_pip_environment

Tags

v0.3.14

Toggle v0.3.14's commit message
Merged PR 1334: Finalize notes for release.

Finalize notes for release.

v0.3.13

Toggle v0.3.13's commit message
Bug Fixes:

- Fix broken download/publish of nuget.exe in 0.3.12 due to wheel usage.

v0.3.12

Toggle v0.3.12's commit message
Merged PR 1284: Prepare 0.3.12 release

Prepare 0.3.12 release

v0.3.11

Toggle v0.3.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release version 0.3.11

v0.3.10

Toggle v0.3.10's commit message
Main Changes:

- Add documentation for Plugin Manager and External Dependency
- Adding WebDependency (with documentation and tests). WebDependency adds ExternalDependency type web, which resolves a file at a given URL, checks it against a known sha256 hash, and unpacks it into the name_ext_dep folder.

v0.3.9

Toggle v0.3.9's commit message
Merged PR 1113: Finalize release 0.3.9.

Finalize release 0.3.9.

v0.3.8

Toggle v0.3.8's commit message
- Added print out of start time and end time in addition to elapsed t…

…ime of build

- Add support for cmd line override of max build threads in UefiBuild.py
- Added support for getting multiple DSC's in the same folder for MuBuildPlugins in PluginManager
- Setting PYTHON_COMMAND during setup for EDKII 201903 support

v0.3.7

Toggle v0.3.7's commit message
Merged PR 937: Finalize release 0.3.7.

Finalize release.

v0.3.6

Toggle v0.3.6's commit message
Main Changes:

- Documentation added for Omnicache tool
- Completed isolation of ShellEnviornment as a functional singleton. This allows for behaviors like updating PATHs programatically during setup while maintaining APIs like GetBuildVars().
    - Add replace_path_element and replace_pypath_element, which will find an element on the PATH/PYPATH, replace it with a different element, and publish the newly modified path
    - Add remove_pypath_element and remove_path_element, which will find an element on the PATH/PYPATH, remove it, and publish the newly modified path
- Added "host_specific" flag to allow ext_deps to have different tool versions for different OS's, architectures, and bit sizes. For more information about how the selection process is made, refer [here](https://microsoft.github.io/mu/dyn/mu_basecore/BaseTools/NugetPublishing/ReadMe).

Bug Fixes:

- Git submodules are now initialized correctly when using a reference. It was failing silently previously.
- Logging output is now handled correct (handlers were being created incorrectly and extra output was going to the console)

v0.3.5

Toggle v0.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Docs] Prepare final release notes for 0.3.5. (#7)