Skip to content

Commit 2e65040

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure/pipelines/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ 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: .\build.cmd -ci -noBuildRepoTasks -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
651+
- 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
652652
displayName: Run build.cmd helix target
653653
env:
654654
HelixApiAccessToken: $(HelixApiAccessToken) # Needed for internal queues
@@ -683,7 +683,7 @@ stages:
683683
/bl:artifacts/log/helix.daily.build.x86.binlog
684684
$(_BuildArgs)
685685
displayName: Build x86 shared framework pieces
686-
- script: .\build.cmd -ci -noBuildRepoTasks -noRestore -test -projects eng\helix\helix.proj /p:IsHelixJob=true /p:IsHelixDaily=true /p:BuildAllProjects=true /p:BuildNative=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log -bl
686+
- script: .\build.cmd -ci -noRestore -test -projects eng\helix\helix.proj /p:IsHelixJob=true /p:IsHelixDaily=true /p:BuildAllProjects=true /p:BuildNative=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log -bl
687687
displayName: Run build.cmd helix target
688688
env:
689689
HelixApiAccessToken: $(HelixApiAccessToken) # Needed for internal queues

0 commit comments

Comments
 (0)