Skip to content

Conversation

@ChristianOe
Copy link

Added Nevergreen Projekt (https://github.com/DanGough/Nevergreen) as AppSource. It's working like Evergreen and you can add Applications with the Syntax like Evergreen.

For example: Applist.json

"Apps": [
        {
            "IntuneAppName": "7-Zip",
            "IntuneAppNamingConvention": "AppName",
            "AppPublisher": "Igor Pavlov",
            "AppSource": "Nevergreen",
            "AppID": "7zip",
            "AppFolderName": "7zip",
            "FilterOptions": [
                {
                    "Architecture": "x64",
                    "Type": "msi"
                }
            ]
        }
  ]
}

@ChristianOe
Copy link
Author

@AScott-WWF here is my pull request for your request #29 . You can easily add the changes to your project as long the maintainer does not implement my request.

@AScott-WWF
Copy link

Thank You Christian, That is most helpful,

I will integrate those code changes into our dev setup and see how it goes.
It also helps me understand the possible changes I will need to make to integrate the VCRedist Powershell module too as this will hopefully be used to download, package and deploy the latest Microsoft Visual C++ Redistributables
N.B. VCRedist info: https://vcredist.com/ (also written by Aaron Parker of Evergreen fame)

Thanks again,
Adrian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants