File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -663,28 +663,23 @@ stages:
663
663
664
664
- template : jobs/default-build.yml
665
665
parameters :
666
- condition : ne(variables['Build.Reason'], 'PullRequest')
666
+ # condition: ne(variables['Build.Reason'], 'PullRequest') UNCOMMENT after testing
667
667
jobName : Helix_x64_daily
668
668
jobDisplayName : ' Tests: Helix x64 Daily'
669
669
agentOs : Windows
670
670
timeoutInMinutes : 180
671
671
steps :
672
+ # Build the shared framework
672
673
- script : ./build.cmd -ci -all -pack -arch x64 /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.daily.build.x64.binlog
673
674
displayName : Build shared fx
674
675
# Build the x86 shared framework
675
676
# This is going to actually build x86 native assets.
676
- - script : ./build.cmd
677
- -ci
678
- -arch x86
679
- -pack
680
- -all
681
- -buildNative
682
- -noBuildJava
683
- /p:OnlyPackPlatformSpecificPackages=true
684
- /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
685
- /bl:artifacts/log/helix.daily.build.x86.binlog
686
- $(_BuildArgs)
677
+ - script : ./build.cmd -ci -arch x86 -pack -all -buildNative -noBuildJava /p:OnlyPackPlatformSpecificPackages=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.daily.build.x86.binlog $(_BuildArgs)
687
678
displayName : Build x86 shared framework pieces
679
+ - script : ./src/ProjectTemplates/build.cmd -ci -pack -NoRestore -NoBuilddeps "/p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.daily.template.pack.binlog"
680
+ displayName : Pack Templates
681
+ - script : .\restore.cmd -ci
682
+ displayName : Restore
688
683
- 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
689
684
displayName : Run build.cmd helix target
690
685
env :
You can’t perform that action at this time.
0 commit comments