Skip to content

Commit

Permalink
Fix item spec for ico file (#10057)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
drewnoakes committed Apr 26, 2024
1 parent 65dfeb8 commit 679b2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MSBuildTaskHost/MSBuildTaskHost.csproj
Expand Up @@ -241,7 +241,7 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Content Include="..\MSBuild.ico" />
<Content Include="..\MSBuild\MSBuild.ico" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\StringTools\StringTools.csproj" />
Expand Down

0 comments on commit 679b2c6

Please sign in to comment.