dotnet / dotnet/project-system

Making an unrelated change to a project causes a project to be restored

Open
#2,296 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.