Skip to content

Commit 1a8d030

Browse files
committed
Fix edge paths
1 parent 7232b01 commit 1a8d030

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

src/Azure.Functions.Cli/Azure.Functions.Cli.csproj

+19-13
Original file line numberDiff line numberDiff line change
@@ -691,12 +691,6 @@
691691
<None Include="App.config">
692692
<SubType>Designer</SubType>
693693
</None>
694-
<None Include="edge\x64\edge_nativeclr.node">
695-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
696-
</None>
697-
<None Include="edge\x86\edge_nativeclr.node">
698-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
699-
</None>
700694
<None Include="npm\package.json" />
701695
<None Include="packages.config">
702696
<SubType>Designer</SubType>
@@ -715,25 +709,37 @@
715709
</ItemGroup>
716710
<ItemGroup>
717711
<Content Include="AzureFunctions-CLI.ico" />
718-
<Content Include="azurefunctions\functions.js">
712+
<Content Include="..\..\packages\Edge.js.6.11.3\content\edge\x86\edge_nativeclr.node">
713+
<Link>edge\x86\edge_nativeclr.node</Link>
719714
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
720715
</Content>
721-
<Content Include="azurefunctions\http\request.js">
716+
<Content Include="..\..\packages\Edge.js.6.11.3\content\edge\x86\node.dll">
717+
<Link>edge\x86\node.dll</Link>
722718
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
723719
</Content>
724-
<Content Include="azurefunctions\http\response.js">
720+
<Content Include="..\..\packages\Edge.js.6.11.3\content\edge\x64\edge_nativeclr.node">
721+
<Link>edge\x64\edge_nativeclr.node</Link>
725722
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
726723
</Content>
727-
<Content Include="edge\double_edge.js">
724+
<Content Include="..\..\packages\Edge.js.6.11.3\content\edge\x64\node.dll">
725+
<Link>edge\x64\node.dll</Link>
728726
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
729727
</Content>
730-
<Content Include="edge\edge.js">
728+
<Content Include="..\..\packages\Edge.js.6.11.3\content\edge\double_edge.js">
729+
<Link>edge\double_edge.js</Link>
731730
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
732731
</Content>
733-
<Content Include="edge\x64\node.dll">
732+
<Content Include="..\..\packages\Edge.js.6.11.3\content\edge\edge.js">
733+
<Link>edge\edge.js</Link>
734734
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
735735
</Content>
736-
<Content Include="edge\x86\node.dll">
736+
<Content Include="azurefunctions\functions.js">
737+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
738+
</Content>
739+
<Content Include="azurefunctions\http\request.js">
740+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
741+
</Content>
742+
<Content Include="azurefunctions\http\response.js">
737743
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
738744
</Content>
739745
</ItemGroup>

0 commit comments

Comments
 (0)