dotnet / install-scripts

MIT License
133 stars 72 forks source link

Added time measurements for several actions #340

Closed MichalPavlik closed 1 year ago

MichalPavlik commented 1 year ago

We want to know, how much time it takes for some actions.

baronfel commented 1 year ago

After this change goes out, I would like to coordinate with the actions/setup-dotnet repo to hook up verbose logging with the GitHub Actions step debug logging capability. Ideally, when a user opts into step-level debugging, we should enable verbose logging in the install scripts automatically. This would likely need to be done here, where the install scripts are actually invoked.