Skip to content

Commit

Permalink
updating build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Oct 22, 2017
1 parent 7cf8b56 commit cf657d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions create-package.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ ROBOCOPY lib package/content/edge/ *.js /NFL /NDL /NJH /NJS /nc /ns /np
ROBOCOPY tools/build/nuget/content/edge/x86 package/content/edge/x86 *.* /NFL /NDL /NJH /NJS /nc /ns /np
ROBOCOPY tools/build/nuget/content/edge/x64 package/content/edge/x64 *.* /NFL /NDL /NJH /NJS /nc /ns /np

ROBOCOPY src\double\Edge.js\bin\Release\net40 package\lib\net40 *.dll /NFL /NDL /NJH /NJS /nc /ns /np
ROBOCOPY src\double\Edge.js\bin\Release\net45 package\lib\net45 *.dll /NFL /NDL /NJH /NJS /nc /ns /np
ROBOCOPY src\double\Edge.js\bin\Release\netcoreapp1.0 package\lib\netcoreapp1.0 *.dll /NFL /NDL /NJH /NJS /nc /ns /np
ROBOCOPY src\double\Edge.js\bin\Release\netcoreapp1.1 package\lib\netcoreapp1.1 *.dll /NFL /NDL /NJH /NJS /nc /ns /np


Expand Down
2 changes: 1 addition & 1 deletion tools/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if not exist "%GYP%" (
exit /b -1
)

"%NODEEXE%" "%GYP%" configure build --msvs_version=2015 -%FLAVOR%
"%NODEEXE%" "%GYP%" configure build --msvs_version=2017 -%FLAVOR%
if %ERRORLEVEL% neq 0 (
echo Error building edge.node %FLAVOR% for node.js %2 v%3
exit /b -1
Expand Down

0 comments on commit cf657d4

Please sign in to comment.