From e15e1c24154ebe9ef9e7eb4cc7ad0d24c8cdb071 Mon Sep 17 00:00:00 2001 From: Javier Calvarro Nelson Date: Thu, 5 Mar 2020 05:44:08 -0800 Subject: [PATCH] [Blazor] Fix incrementalism with unlinked files (#19596) --- .../WebAssembly/Build/src/targets/Compression.targets | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/Components/WebAssembly/Build/src/targets/Compression.targets b/src/Components/WebAssembly/Build/src/targets/Compression.targets index 4157c57819..ed8308809a 100644 --- a/src/Components/WebAssembly/Build/src/targets/Compression.targets +++ b/src/Components/WebAssembly/Build/src/targets/Compression.targets @@ -20,12 +20,6 @@ $(_BlazorFilesIntermediateOutputPath)%(RelativePath).gz %(RelativePath).gz %(RelativePath).gz - %(FullPath) - - - - <_BlazorFileToCompress Condition="'$(BlazorWebAssemblyEnableLinking)' == 'true' and ('%(Extension)' == '.dll' or '%(Extension)' == '.pdb')"> $([MSBuild]::NormalizePath('$(_BlazorFilesIntermediateOutputPath)%(RelativePath).hash')) @@ -36,7 +30,7 @@ - +