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 1bed74f commit 958972cCopy full SHA for 958972c
src/Azure.Functions.Cli/Azure.Functions.Cli.csproj
@@ -826,8 +826,12 @@
826
<Link>edge\edge.js</Link>
827
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
828
</Content>
829
- <Content Include="azurefunctions\http\request.js" />
830
- <Content Include="azurefunctions\http\response.js" />
+ <Content Include="azurefunctions\http\request.js">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
831
+ </Content>
832
+ <Content Include="azurefunctions\http\response.js">
833
834
835
<Content Include="azurefunctions\proxy\RequestResponseOverride.json">
836
837
0 commit comments