Giter VIP home page Giter VIP logo

Comments (4)

codito avatar codito commented on June 17, 2024

@mmajcica make.json seems to be tied up with the build system used by vsts-tasks repo (ref). We could probably take the key idea (i.e. pick up and package external data) in form of reusable gulp utilities. A generated task can use it as required.

Marking this issue as up for grabs if anyone wants to take a first shot at implementing this.

from generator-vsts-task.

codito avatar codito commented on June 17, 2024

Few external sources come to mind:

  • Nuget
  • File share/blob with zip

Implementation needs to support versions and an action for each source to download the dependency, extract and transform, and finally package it as a data in the task.

from generator-vsts-task.

mmajcica avatar mmajcica commented on June 17, 2024

@codito
Should we keep the same make.json file as MS does?
I can give it a try although it would be my first time with gulp.

from generator-vsts-task.

codito avatar codito commented on June 17, 2024

Thanks for signing up for this!

We can use the same format as make.json. It does model nuget with additional commands like cp. I am not sure what are the other commands it supports. We can pick and choose only the ones we need.

                "cp": [
                    {
                        "source": [
                            "*.dll",
                            "*.ps1",
                            "*.psd1",
                            "*.psm1",
                            "lib.json",
                            "Strings"
                        ],
                        "dest": "ps_modules/VstsTaskSdk/",
                        "options": "-R"
                    }
                ]

from generator-vsts-task.

Related Issues (1)

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.