File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -630,7 +630,7 @@ stages:
630
630
publishOnError : true
631
631
includeForks : true
632
632
633
- # Helix x64
633
+ # Helix x64
634
634
- template : jobs/default-build.yml
635
635
parameters :
636
636
condition : eq(variables['Build.Reason'], 'PullRequest')
@@ -640,7 +640,7 @@ stages:
640
640
timeoutInMinutes : 180
641
641
steps :
642
642
# Build the shared framework
643
- - script : ./build.cmd -ci -all -pack -arch x64 /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.build.x64.binlog
643
+ - script : ./build.cmd -ci -all -pack -arch x64 -buildNative /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.build.x64.binlog
644
644
displayName : Build shared fx
645
645
- script : .\restore.cmd -ci
646
646
displayName : Restore
@@ -664,7 +664,7 @@ stages:
664
664
timeoutInMinutes : 180
665
665
steps :
666
666
# Build the shared framework
667
- - script : ./build.cmd -ci -all -pack -arch x64 /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.daily.build.x64.binlog
667
+ - script : ./build.cmd -ci -all -pack -arch x64 -buildNative /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.daily.build.x64.binlog
668
668
displayName : Build shared fx
669
669
# Build the x86 shared framework
670
670
- script : .\restore.cmd -ci
You can’t perform that action at this time.
0 commit comments