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
Similarly to #2428, we can stop producing the git-info files as they are no longer needed.
We should still make sure that the servicing branches can use new darc and produce these files.
Though the 8.0 branches might be stuck on an older version of darc already.
The 9.0 branches recently got updated: https://dev.azure.com/dnceng/internal/_git/dotnet-sdk/pullrequest/50250
So we might need to keep the support because of these.
Maybe it could produce these when the folder/file exists and ignore it if it doesn't,
Goal
Make darc not update the git-info files when they don't exist.
The text was updated successfully, but these errors were encountered:
Context
Similarly to #2428, we can stop producing the
git-info
files as they are no longer needed.We should still make sure that the servicing branches can use new darc and produce these files.
Though the
8.0
branches might be stuck on an older version ofdarc
already.The
9.0
branches recently got updated: https://dev.azure.com/dnceng/internal/_git/dotnet-sdk/pullrequest/50250So we might need to keep the support because of these.
Maybe it could produce these when the folder/file exists and ignore it if it doesn't,
Goal
Make darc not update the
git-info
files when they don't exist.The text was updated successfully, but these errors were encountered: