Keep template_feed/../content/../.gitattributes in archives#52741
Keep template_feed/../content/../.gitattributes in archives#52741baronfel merged 1 commit intodotnet:mainfrom
Conversation
|
/backport to release/10.0.1xx |
|
/backport to release/10.0.2xx |
|
Started backporting to |
|
Started backporting to |
|
@baronfel backporting to git am output$ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch
Patch format detection failed.
Error: The process '/usr/bin/git' failed with exit code 128 |
|
@baronfel backporting to git am output$ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch
Patch format detection failed.
Error: The process '/usr/bin/git' failed with exit code 128 |
Some consumers of the VMR source build consume the `git archive` generated source tarball. Without this change, the source tarball doesn't include the content/../.gitattributes file, which makes `dotnet new gitattributes` non-functional. Fixes: dotnet#52307
89b20e4 to
6fae0c7
Compare
|
Did the manual backports - this is good to go, I'm not sure why the build is stuck. @dsplaisted have you seen this before? |
|
Do changes to .gitattributes not trigger the pipelines? @marcpopMSFT @MiYanni @nagilson |
|
|
/ba-g no impact to the build and an issue is filed to add a test in source build. |

Some consumers of the VMR source build consume the
git archivegenerated source tarball. Without this change, the source tarball doesn't include the content/../.gitattributes file, which makesdotnet new gitattributesnon-functional.Fixes: #52307