File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -689,7 +689,6 @@ stages:
689689
690690 - template : jobs/default-build.yml
691691 parameters :
692- condition : notin(variables['Build.Reason'], 'PullRequest')
693692 jobName : Helix_x64_daily
694693 jobDisplayName : ' Tests: Helix x64 Daily'
695694 agentOs : Windows
@@ -699,7 +698,7 @@ stages:
699698 - script : ./build.cmd -ci -all -pack -arch x64 -buildNative /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.daily.build.x64.binlog
700699 displayName : Build shared fx
701700 # Build the x86 shared framework
702- - script : .\restore.cmd -ci
701+ - script : .\restore.cmd -ci /p:BuildInteropProjects=true
703702 displayName : Restore
704703 - script : .\build.cmd -ci -NoRestore -test -projects eng\helix\helix.proj /p:IsHelixJob=true /p:IsHelixDaily=true /p:BuildAllProjects=true /p:BuildInteropProjects=true /p:BuildNative=true /p:RunTemplateTests=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log -bl
705704 displayName : Run build.cmd helix target
Original file line number Diff line number Diff line change 3333 # Build the shared framework
3434 - script : ./build.cmd -ci -all -pack -arch x64 -buildNative /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.build.x64.binlog
3535 displayName : Build shared fx
36- - script : .\restore.cmd -ci
36+ - script : .\restore.cmd -ci /p:BuildInteropProjects=true
3737 displayName : Restore
3838 - script : .\build.cmd -ci -NoRestore -test -noBuildJava -projects eng\helix\helix.proj /p:RunQuarantinedTests=true /p:IsRequiredCheck=true /p:IsHelixJob=true /p:BuildAllProjects=true /p:BuildInteropProjects=true /p:BuildNative=true /p:RunTemplateTests=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log -bl
3939 displayName : Run build.cmd helix target
You can’t perform that action at this time.
0 commit comments