GithubHelp home page GithubHelp logo

Comments (2)

CharliePoole avatar CharliePoole commented on August 16, 2024

I haven't actually looked at the code for creating the zip for a while, so this comment may be extraneous...

In merging all the nuget extensions into a single zip package, I can imagine three ways to go:

  1. Create a single .addins file in the engine directory and point to each extension by relative path and file name. No other .addins files are needed.

  2. Create single .addins file in the engine directory with only one entry: "addins/". This takes the engine to the addins directory. The addins directory then contains either a single .addins file that you create or a separate .addins file for each extension. If the files are separate, you can copy any you find and create all the rest yourself.

  3. Create a separate directory for each extension and copy the contents of tools to that directory for each. Create your own .addins file in the engine directory with a line for each of the directories you create. Remember to add '/' to indicate the line is a directory.

Hope this gives more of a picture of what's needed. It seems like (1) is simplest right now but one of the others may work better if we later want to make it more automatic.

from nunit-distribution.

ChrisMaddock avatar ChrisMaddock commented on August 16, 2024

Option 1 is what we currently have - which is just reused from the msi. (And also pre-dates the nunit-distribution repository, from back when everything was in the single nunit repository.)

This is simply a bug that the additional .addins files from the NuGet packages have been inadvertently copied in. We could of course rewrite things in one of the other ways (a .addins file which didn't need manually updating would be nice, one day!) - but I think that's perhaps a separate issue from the simple fix needed here. 🙂

from nunit-distribution.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.