Commit 3a883fc
[dotnet] Sign net11.0 workload msbuild task DLLs
The verify signed msi content step on net11.0 started failing because three task assemblies in tools/msbuild/net11.0 were still covered by the older Skip entries that were added for the pre-signed net10.0 copies.
Scope the Skip entries to the net10.0 paths and sign the net11.0 copies as first-party so they do not remain unsigned in the MSI payload.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent f836668 commit 3a883fc
1 file changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
141 | 145 | | |
142 | 146 | | |
143 | 147 | | |
| |||
0 commit comments