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
[ci] Fail build if any git tracked files were modified. (#1288)
Context: dotnet/android@208c529
Scenarios where the build unintentionally modifies git tracked files
on some platforms are frustrating, so let's prevent them from
happening in the first place.
Add a CI check to fail a build if any git tracked files were modified.
Also contains a fix for the `<GenAPITask/>` task, which always
generates files with Windows line endings, which causes
`git status` to show the file as modified on other platforms.
0 commit comments