You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 8, 2024. It is now read-only.
At the end of the script is a git commit -m {msg} command. The {msg} was so big that it was throwing an error saying the command line command was too long to execute. Causing the system to not succeed and end up re-publishing all nuget packages every 2 hours (see image)
After running it once manually and manually committing the change in 6d2a959 it re-stabilized.
So we need to guard against a commit message that is too long.
The text was updated successfully, but these errors were encountered:
A really large pull request in DefinitelyTyped/DefinitelyTyped#8605 caused every package to be re-published to NuGet.
At the end of the script is a
git commit -m {msg}
command. The{msg}
was so big that it was throwing an error saying the command line command was too long to execute. Causing the system to not succeed and end up re-publishing all nuget packages every 2 hours (see image)After running it once manually and manually committing the change in 6d2a959 it re-stabilized.
So we need to guard against a commit message that is too long.
The text was updated successfully, but these errors were encountered: