Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to override how psake's internal logging is handled #301

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jun 7, 2020

  1. Configuration menu
    Copy the full SHA
    29ec5ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b410747 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Configuration menu
    Copy the full SHA
    8cd6d7a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

  1. Configuration menu
    Copy the full SHA
    661b5e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bff9796 View commit details
    Browse the repository at this point in the history
  3. Fixing CreateConfigurationForNewContext

    When I updated the function to copy the outputHandlers from the previous config, I foolishly made it copy the reference to the previous outputHandlers hashtable; not the value. So when you run a nested build, it's outputHandlers config persists after the nested build ends, and affects the outer build.
    
    I've now corrected it to Clone() the hashtable.
    UberDoodles committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    972c4e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc5cd25 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Configuration menu
    Copy the full SHA
    aeab25c View commit details
    Browse the repository at this point in the history