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

[msbuild] Use our own Unzip task instead of Ditto when extracting compressed plugins. #18015

Merged
merged 4 commits into from Apr 13, 2023

Commits on Apr 10, 2023

  1. [msbuild] Use our own Unzip task instead of Ditto when extracting com…

    …pressed plugins.
    
    This way we can make the extraction work on Windows for Hot Restart, since ditto
    doesn't exist on Windows.
    
    This requires a few other changes:
    
    * Move the Unzip task from the HotRestart tasks to be available everywhere.
    * Change the Unzip task to use our existing decompression logic, which calls 'unzip'
      on non-Windows platforms in order to correctly support symlinks.
    rolfbjarne committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    2bd2d74 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Fix item metadata fetch.

    rolfbjarne committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    c5b1acf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f7e924 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

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