File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -648,7 +648,7 @@ stages:
648
648
displayName : Build x86 shared framework pieces
649
649
- script : ./src/ProjectTemplates/build.cmd -ci -pack -NoRestore -NoBuilddeps "/p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.template.pack.binlog"
650
650
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
652
652
displayName : Run build.cmd helix target
653
653
env :
654
654
HelixApiAccessToken : $(HelixApiAccessToken) # Needed for internal queues
@@ -683,7 +683,7 @@ stages:
683
683
/bl:artifacts/log/helix.daily.build.x86.binlog
684
684
$(_BuildArgs)
685
685
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
687
687
displayName : Run build.cmd helix target
688
688
env :
689
689
HelixApiAccessToken : $(HelixApiAccessToken) # Needed for internal queues
You can’t perform that action at this time.
0 commit comments