[Preview 8] [WebSDK] Only include the existent tooling files to the None glob#12533
Conversation
src/WebSdk/ProjectSystem/Targets/Microsoft.NET.Sdk.Web.DefaultItems.props
Show resolved
Hide resolved
52ab45a to
aac822b
Compare
Summary:In preview8, a change was made to update the glob for the tooling files from content to none so that incremental build will not get triggered for tooling artifact changes (perf improvement). Functionally build and publish works correctly with his change but Visual studio started showing non-existent files in the solution explorer (with a deleted icon). The change is to fix this behavior and only show existent files in the solution explorer. Customer ImpactWith Preview 8 installed, customers will start seeing non-existent tooling files listed in the solution explorer (with a deleted icon) even when the files are not present. Regression?The issue was introduced in a change available in preview8 (#12461). TestingTested the functionality in Visual Studio and correct files are displayed in the solution explorer. RiskLow. |
Fixes #12529