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:
689
689
690
690
- template : jobs/default-build.yml
691
691
parameters :
692
- condition : notin(variables['Build.Reason'], 'PullRequest')
693
692
jobName : Helix_x64_daily
694
693
jobDisplayName : ' Tests: Helix x64 Daily'
695
694
agentOs : Windows
@@ -699,7 +698,7 @@ stages:
699
698
- script : ./build.cmd -ci -all -pack -arch x64 -buildNative /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.daily.build.x64.binlog
700
699
displayName : Build shared fx
701
700
# Build the x86 shared framework
702
- - script : .\restore.cmd -ci
701
+ - script : .\restore.cmd -ci /p:BuildInteropProjects=true
703
702
displayName : Restore
704
703
- 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
705
704
displayName : Run build.cmd helix target
Original file line number Diff line number Diff line change 33
33
# Build the shared framework
34
34
- script : ./build.cmd -ci -all -pack -arch x64 -buildNative /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.build.x64.binlog
35
35
displayName : Build shared fx
36
- - script : .\restore.cmd -ci
36
+ - script : .\restore.cmd -ci /p:BuildInteropProjects=true
37
37
displayName : Restore
38
38
- 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
39
39
displayName : Run build.cmd helix target
You can’t perform that action at this time.
0 commit comments