This repository was archived by the owner on Jun 20, 2023. It is now read-only.
Commit a03ad30
committed
Fix path to nuget contents for #8
Building with nuget on mac is very picky about the paths in .nuspec files. Awhile back we updated all the paths to remove the `./` leading specifier however it looks like the custom msbuild task and associated .targets file were missed in this cleanup. This caused the files to be omitted from the nuget packaging step, even though nuget doesn't seem to want to throw an error when this happens.
This should fix the issue.
This also bumps the nuget/component versions to release the fix.1 parent cca7c9c commit a03ad30
File tree
2 files changed
+4
-4
lines changed- vector-drawable/nuget
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments