microsoft / devcenter-catalog

MIT License
26 stars 78 forks source link

Update git-clone task to align with winget task on scheduled work #96

Closed DavidObando closed 3 months ago

DavidObando commented 3 months ago

This addresses a potential issue when a git-clone operation happens ahead of a winget operation during a customization flow. The contents of runAsUser should be the same for both scenarios so it won't matter what ran first, the scheduled task will have the same result.

Also, aligning the PS7 and Winget installation code in main.ps1 to the levels of the winget task.