Commit 27af960
committed
Disable RestoreLockedMode for CI builds to resolve Microsoft.NET.ILLink.Tasks conflicts
- Set RestoreLockedMode to false for CI builds in Directory.Build.props
- This allows CI to restore packages without being constrained by lock files
- Resolves NU1004 error where Microsoft.NET.ILLink.Tasks version changed from 8.0.17 to 8.0.10
- Package lock files are still generated locally but CI can restore flexibly
- Updated .NET packages to latest 8.0.17 versions and global.json to match CI SDK 8.0.4031 parent df1e583 commit 27af960
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments