Skip to content

Commit

Permalink
Fix nuget removing js files from csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmelsayed committed Apr 21, 2018
1 parent 7d5820e commit a36a85d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/Azure.Functions.Cli/Azure.Functions.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -828,8 +828,12 @@
<Link>edge\edge.js</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="azurefunctions\http\request.js" />
<Content Include="azurefunctions\http\response.js" />
<Content Include="azurefunctions\http\request.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="azurefunctions\http\response.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="azurefunctions\proxy\RequestResponseOverride.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Expand Down

0 comments on commit a36a85d

Please sign in to comment.