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

Switch tests from 7z to zip and enable test #614

Merged
merged 2 commits into from Jun 12, 2021
Merged

Switch tests from 7z to zip and enable test #614

merged 2 commits into from Jun 12, 2021

Commits on Jun 12, 2021

  1. Switch from 7z to zip for test archive

    This not only gets us able to address #125, but allows the test to run on .NET Core runtimes as well, since the 7z library we were using only ran on net461.
    The test from #125 is still broken though, on account of not regularly running.
    AArnott committed Jun 12, 2021
    Copy the full SHA
    ed2759e View commit details
    Browse the repository at this point in the history
  2. Fix up submodule handling in managed git

    Fixes #125 by enabling the test that now passes.
    AArnott committed Jun 12, 2021
    Copy the full SHA
    daa0303 View commit details
    Browse the repository at this point in the history