dotnet / dotnet/project-system
Making an unrelated change to a project causes a project to be restored
Open
Feature-NuGet
Triage-Approved
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
I'm making changes to a target that shouldn't be affecting NuGet restore, yet, NuGet is restoring. Are we making sure we only push when there's changes to things that NuGet cares about?
1. Open src\ProjectSystem.sln
2. In build\Targets\VSL.Imports.targets, change:
``` XML
```
to:
``` XML
```
2. Save
Expected: No NuGet restore
Actual: Every project restores
Contributor guide
Assessment
This issue has not been assessed yet.