We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5820e commit a36a85dCopy full SHA for a36a85d
src/Azure.Functions.Cli/Azure.Functions.Cli.csproj
@@ -828,8 +828,12 @@
828
<Link>edge\edge.js</Link>
829
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
830
</Content>
831
- <Content Include="azurefunctions\http\request.js" />
832
- <Content Include="azurefunctions\http\response.js" />
+ <Content Include="azurefunctions\http\request.js">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
833
+ </Content>
834
+ <Content Include="azurefunctions\http\response.js">
835
836
837
<Content Include="azurefunctions\proxy\RequestResponseOverride.json">
838
839
0 commit comments