Skip to content

Commit

Permalink
fix edge paths in test project as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmelsayed committed Sep 8, 2017
1 parent 1a8d030 commit 04c06d7
Showing 1 changed file with 19 additions and 13 deletions.
32 changes: 19 additions & 13 deletions test/Azure.Functions.Cli.Tests/Azure.Functions.Cli.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -453,12 +453,6 @@
<None Include="ApplicationInsights.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="edge\x64\edge_nativeclr.node">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="edge\x86\edge_nativeclr.node">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
Expand All @@ -468,25 +462,37 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="azurefunctions\functions.js">
<Content Include="..\..\packages\Edge.js.6.11.3\content\edge\x86\edge_nativeclr.node">
<Link>edge\x86\edge_nativeclr.node</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="azurefunctions\http\request.js">
<Content Include="..\..\packages\Edge.js.6.11.3\content\edge\x86\node.dll">
<Link>edge\x86\node.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="azurefunctions\http\response.js">
<Content Include="..\..\packages\Edge.js.6.11.3\content\edge\x64\edge_nativeclr.node">
<Link>edge\x64\edge_nativeclr.node</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="edge\double_edge.js">
<Content Include="..\..\packages\Edge.js.6.11.3\content\edge\x64\node.dll">
<Link>edge\x64\node.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="edge\edge.js">
<Content Include="..\..\packages\Edge.js.6.11.3\content\edge\double_edge.js">
<Link>edge\double_edge.js</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="edge\x64\node.dll">
<Content Include="..\..\packages\Edge.js.6.11.3\content\edge\edge.js">
<Link>edge\edge.js</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="edge\x86\node.dll">
<Content Include="azurefunctions\functions.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="azurefunctions\http\request.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="azurefunctions\http\response.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
Expand Down

0 comments on commit 04c06d7

Please sign in to comment.