Azure / trusted-signing-action

MIT License
21 stars 8 forks source link

Install module from local repo to improve install speed #28

Closed japarson closed 1 month ago

japarson commented 1 month ago

We can install the module from the local repo rather than the PS gallery to bypass the PS gallery latency issues as suggested in #16 . The only downside to this strategy is that we lose our metric on # of installs. Hopefully, this is just a temporary workaround and we can explore other options around faster installs or caching.

A quick test showed a speedup from 84s -> 31s. However, the PS Gallery delay can sometimes last for several minutes at its worst.