Skip to content

Commit

Permalink
Use same args as ci build in aspnetcore.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcollins25 authored Jul 28, 2024
1 parent c8488df commit a1d7fac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions repos/github/dotnet/aspnetcore/build.cmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
call npm install -g node
REM call npm install -g node

call "%SrcDir%\restore.cmd"
REM call "%SrcDir%\restore.cmd"

REM Build using arcade build logic

call "%SrcDir%\eng\build.cmd" -buildManaged -binarylog -arch x64
call "%SrcDir%\eng\build.cmd" -ci -prepareMachine -binarylog -arch x64

call "%CodexBuildConfigRoot%\arcade.copybinlogs.cmd"

0 comments on commit a1d7fac

Please sign in to comment.