We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a19ff commit 8059354Copy full SHA for 8059354
1 file changed
MyApp/MyApp.csproj
@@ -47,6 +47,9 @@
47
<Content Include="Migrations\seed\sample_resume.pdf">
48
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
49
</Content>
50
+ <Content Update="wwwroot\data\weather.json">
51
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
52
+ </Content>
53
</ItemGroup>
54
55
<Target Name="tailwind" BeforeTargets="Publish">
0 commit comments