Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix item spec in project file #10057

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

drewnoakes
Copy link
Member

@drewnoakes drewnoakes commented Apr 23, 2024

This fixes incremental build for the MSBuildTaskHost project inside Visual Studio.

Previously, the VS FUTDC would find this input file missing and schedule a call to MSBuild:

FastUpToDate: Input UpToDateCheckInput item 'D:\repos\msbuild\src\MSBuild.ico' does not exist and is required, not up-to-date.

This fixes incremental build for the MSBuildTaskHost project inside Visual Studio. Previously, the VS FUTDC would find this input file missing and schedule a call to MSBuild.
@rainersigwald rainersigwald merged commit 679b2c6 into dotnet:main Apr 26, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants