-
Notifications
You must be signed in to change notification settings - Fork 408
Closed
Labels
Feature-Up-to-dateBuild up-to-date check that avoids shelling out to MSBuild unless necessary.Build up-to-date check that avoids shelling out to MSBuild unless necessary.LegacyIssues against the legacy project system.Issues against the legacy project system.Triage-ApprovedReviewed and prioritizedReviewed and prioritized
Milestone
Description
When setting <CopyBuildOutputToOutputDirectory>false</CopyBuildOutputToOutputDirectory>, a project will rebuild on every build because UpToDate checker is looking for the non-existent assembly.
At least that's what I think is happening:
Project 'AppConfig' is not up to date. Error (0x8000FFFF).
This project is not meant to produce an assembly, just a VSTemplate.
Found this in https://github.com/Microsoft/visualfsharp (in a C# project)
Metadata
Metadata
Assignees
Labels
Feature-Up-to-dateBuild up-to-date check that avoids shelling out to MSBuild unless necessary.Build up-to-date check that avoids shelling out to MSBuild unless necessary.LegacyIssues against the legacy project system.Issues against the legacy project system.Triage-ApprovedReviewed and prioritizedReviewed and prioritized