Skip to content

Commit 04c06d7

Browse files
committed
fix edge paths in test project as well
1 parent 1a8d030 commit 04c06d7

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

test/Azure.Functions.Cli.Tests/Azure.Functions.Cli.Tests.csproj

+19-13
Original file line numberDiff line numberDiff line change
@@ -453,12 +453,6 @@
453453
<None Include="ApplicationInsights.config">
454454
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
455455
</None>
456-
<None Include="edge\x64\edge_nativeclr.node">
457-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
458-
</None>
459-
<None Include="edge\x86\edge_nativeclr.node">
460-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
461-
</None>
462456
<None Include="packages.config" />
463457
</ItemGroup>
464458
<ItemGroup>
@@ -468,25 +462,37 @@
468462
</ProjectReference>
469463
</ItemGroup>
470464
<ItemGroup>
471-
<Content Include="azurefunctions\functions.js">
465+
<Content Include="..\..\packages\Edge.js.6.11.3\content\edge\x86\edge_nativeclr.node">
466+
<Link>edge\x86\edge_nativeclr.node</Link>
472467
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
473468
</Content>
474-
<Content Include="azurefunctions\http\request.js">
469+
<Content Include="..\..\packages\Edge.js.6.11.3\content\edge\x86\node.dll">
470+
<Link>edge\x86\node.dll</Link>
475471
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
476472
</Content>
477-
<Content Include="azurefunctions\http\response.js">
473+
<Content Include="..\..\packages\Edge.js.6.11.3\content\edge\x64\edge_nativeclr.node">
474+
<Link>edge\x64\edge_nativeclr.node</Link>
478475
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
479476
</Content>
480-
<Content Include="edge\double_edge.js">
477+
<Content Include="..\..\packages\Edge.js.6.11.3\content\edge\x64\node.dll">
478+
<Link>edge\x64\node.dll</Link>
481479
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
482480
</Content>
483-
<Content Include="edge\edge.js">
481+
<Content Include="..\..\packages\Edge.js.6.11.3\content\edge\double_edge.js">
482+
<Link>edge\double_edge.js</Link>
484483
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
485484
</Content>
486-
<Content Include="edge\x64\node.dll">
485+
<Content Include="..\..\packages\Edge.js.6.11.3\content\edge\edge.js">
486+
<Link>edge\edge.js</Link>
487487
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
488488
</Content>
489-
<Content Include="edge\x86\node.dll">
489+
<Content Include="azurefunctions\functions.js">
490+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
491+
</Content>
492+
<Content Include="azurefunctions\http\request.js">
493+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
494+
</Content>
495+
<Content Include="azurefunctions\http\response.js">
490496
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
491497
</Content>
492498
</ItemGroup>

0 commit comments

Comments
 (0)