Skip to content

Commit db1903b

Browse files
committed
Update ci.yml
1 parent 2e65040 commit db1903b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.azure/pipelines/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,8 @@ stages:
648648
displayName: Build x86 shared framework pieces
649649
- script: ./src/ProjectTemplates/build.cmd -ci -pack -NoRestore -NoBuilddeps "/p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.template.pack.binlog"
650650
displayName: Pack Templates
651+
- script: .\restore.cmd -ci
652+
displayName: Restore
651653
- script: .\build.cmd -ci -noRestore -test -projects eng\helix\helix.proj /p:IsRequiredCheck=true /p:IsHelixJob=true /p:BuildAllProjects=true /p:BuildNative=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log -bl
652654
displayName: Run build.cmd helix target
653655
env:

0 commit comments

Comments
 (0)