Commit 53f406f
committed
Fix Docker pack: copy README and .git for packaging and Source Link
The pack stage failed with NU5019 (File not found: '/README.md') because
the new PackageReadmeFile content was never copied into the build context.
Copy README.md alongside icon.png.
Also copy ./.git (and stop ignoring it) so Microsoft.SourceLink.GitHub can
resolve the commit and emit real source link information instead of warning
that source control information is unavailable.1 parent 0d97dae commit 53f406f
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
0 commit comments