autopkg / almenscorner-recipes

AutoPkg recipes for Munki and Intune
Apache License 2.0
2 stars 1 forks source link

Fix version promotion issue #5

Closed almenscorner closed 5 months ago

almenscorner commented 5 months ago

The version of the app was being set as a ENV var during the run based on the recipe which caused an issue where if multiple versions of an app existed, the output always showed the latest version. This PR sets the version based on the app in Intune instead to get correct information on what has been promoted.