Skip to content

Commit 79599bf

Browse files
committed
Always declare the content
1 parent ac17112 commit 79599bf

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/Components/Blazor/WebAssembly.Authentication/src/Microsoft.AspNetCore.Components.WebAssembly.Authentication.csproj

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@
2121
<YarnInputs Include="$(YarnWorkingDir)**" Exclude="$(YarnWorkingDir)node_modules\**;$(YarnWorkingDir)*.d.ts" />
2222
<YarnOutputs Include="wwwroot\AuthenticationService.js" />
2323
<YarnOutputs Include="wwwroot\AuthenticationService.js.map" />
24-
<None Include="C:\work\AspNetCore2\src\Components\Blazor\WebAssembly.Authentication\src\Interop\AuthenticationService.ts" />
25-
<None Include="C:\work\AspNetCore2\src\Components\Blazor\WebAssembly.Authentication\src\Interop\package.json" />
26-
<None Include="C:\work\AspNetCore2\src\Components\Blazor\WebAssembly.Authentication\src\Interop\tsconfig.json" />
27-
<None Include="C:\work\AspNetCore2\src\Components\Blazor\WebAssembly.Authentication\src\Interop\webpack.config.js" />
28-
<None Include="C:\work\AspNetCore2\src\Components\Blazor\WebAssembly.Authentication\src\Interop\yarn.lock" />
24+
<Content Include="@(YarnOutputs)" />
25+
<None Include="Interop\AuthenticationService.ts" />
26+
<None Include="Interop\package.json" />
27+
<None Include="Interop\tsconfig.json" />
28+
<None Include="Interop\webpack.config.js" />
29+
<None Include="Interop\yarn.lock" />
2930
<None Include="wwwroot\.gitignore" />
3031
</ItemGroup>
31-
32+
3233
<ItemGroup>
3334
<Reference Include="Mono.WebAssembly.Interop" />
3435
<Reference Include="Microsoft.AspNetCore.Blazor" />
@@ -46,7 +47,7 @@
4647
<Yarn Command="run build:release" WorkingDirectory="$(YarnWorkingDir)" Condition="'$(Configuration)' == 'Release'" />
4748
<Yarn Command="run build:debug" WorkingDirectory="$(YarnWorkingDir)" Condition="'$(Configuration)' == 'Debug'" />
4849
<ItemGroup>
49-
<Content Include="$(YarnOutputPattern)" />
50+
<Content Include="$(YarnOutputPattern)" />
5051
</ItemGroup>
5152
</Target>
5253

0 commit comments

Comments
 (0)