Azure / azure-code-signing-action

MIT License
20 stars 5 forks source link

Catch issues with `dotnet build-server shutdown` #7

Closed japarson closed 1 year ago

japarson commented 1 year ago

The purpose of running dotnet build-server shutdown is to catch issues where a lock will be on dotnet.exe right after building a project and right before this action needs to install the .NET 6 runtime. However, if for some reason dotnet.exe is not installed, this step will fail. In this case, I believe we can simply catch the error silently and continue.