Skip to content

Commit 73709bb

Browse files
committed
Try -buildNative
1 parent 56c160b commit 73709bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.azure/pipelines/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ stages:
630630
publishOnError: true
631631
includeForks: true
632632

633-
# Helix x64
633+
# Helix x64
634634
- template: jobs/default-build.yml
635635
parameters:
636636
condition: eq(variables['Build.Reason'], 'PullRequest')
@@ -640,7 +640,7 @@ stages:
640640
timeoutInMinutes: 180
641641
steps:
642642
# 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
644644
displayName: Build shared fx
645645
- script: .\restore.cmd -ci
646646
displayName: Restore
@@ -664,7 +664,7 @@ stages:
664664
timeoutInMinutes: 180
665665
steps:
666666
# 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
668668
displayName: Build shared fx
669669
# Build the x86 shared framework
670670
- script: .\restore.cmd -ci

0 commit comments

Comments
 (0)