Skip to content

Commit 958972c

Browse files
committed
Update js files to always copy
1 parent 1bed74f commit 958972c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/Azure.Functions.Cli/Azure.Functions.Cli.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -826,8 +826,12 @@
826826
<Link>edge\edge.js</Link>
827827
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
828828
</Content>
829-
<Content Include="azurefunctions\http\request.js" />
830-
<Content Include="azurefunctions\http\response.js" />
829+
<Content Include="azurefunctions\http\request.js">
830+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
831+
</Content>
832+
<Content Include="azurefunctions\http\response.js">
833+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
834+
</Content>
831835
<Content Include="azurefunctions\proxy\RequestResponseOverride.json">
832836
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
833837
</Content>

0 commit comments

Comments
 (0)