-
Notifications
You must be signed in to change notification settings - Fork 13
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
Nevergreen PowerShell module - has anyone tried integrating it with Intune App Factory? #29
Comments
Hi @AScott-WWF , |
Ah! Perfect, Thank you @ChristianOe I appreciate the effort |
Thanks again Christian, I have included your code changes into our app factory and this appears to be (almost) working.
I corrected this to:
I also encountered an issue with App Factory failing to download the latest version of Convene (Nevergreen script / code in this request: DanGough/Nevergreen#67). I've tracked this issue down to line 74 of p.s. line 29 in the above screen grab / log is incorrect as the file has failed to download |
@AScott-WWF: Great idea, i have created a pull request #34 . You can implement my changes at your own. |
Happy New Year to you too @ChristianOe |
@AScott-WWF: Thank you for your correction. It is correct and must be corrected in the Evergreen function in advance. I have silently adopted your change :-) |
N.B. This is not strictly an issue, more of a feature request
We are just in the process of setting up Intune App Factory to reduce the manual packaging burden.
It's existing support of the Evergreen PowerShell module will help greatly (as we already use it), but we have a number of other apps that require a webscrape to determine the latest version and download url, so we have taken to using the NeverGreen PowerShell module for these use cases.
The NeverGreen module is available to install from the PSGallery, and the Github page is here: https://github.com/DanGough/Nevergreen.
Aaron Parker even mentions using Nevergreen on his website here: https://stealthpuppy.com/evergreen/how/#what-evergreen-does-not-do
One advantage of it is it provides a low entry point to gathering app info via a Webscrape, where Evergreen requires a fixed URL to query, a quick webscrape 'Nevergreen' script can fill the gap where this fixed info is not available to Evergreen.
From a simplistic view it can have the same outputs as Evergreen, so may be possible to include it as a data source for apps that can not be supported by Evergreen.
I'm wondering if anyone has already managed to integrate NeverGreen with Intune App Factory or if not, if there are any plans to integrate it, I'm thinking a switch in the JSON file that can use Evergreen or NeverGreen on the fly depending upon the App being checked / packaged?
Any guidance would be gratefully accepted :-)
The text was updated successfully, but these errors were encountered: