Skip to content

Commit b79f657

Browse files
committed
Update ci.yml
1 parent ec504da commit b79f657

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.azure/pipelines/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -644,10 +644,10 @@ stages:
644644
displayName: Build shared fx
645645
# Build the x86 shared framework
646646
# This is going to actually build x86 native assets.
647-
- script: ./build.cmd -ci -arch x86 -pack -all -buildNative -noBuildJava /p:OnlyPackPlatformSpecificPackages=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.build.x86.binlog $(_BuildArgs)
648-
displayName: Build x86 shared framework pieces
649-
- script: ./src/ProjectTemplates/build.cmd -ci -pack -NoRestore -NoBuilddeps "/p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.template.pack.binlog"
650-
displayName: Pack Templates
647+
# - script: ./build.cmd -ci -arch x86 -pack -all -buildNative -noBuildJava /p:OnlyPackPlatformSpecificPackages=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.build.x86.binlog $(_BuildArgs)
648+
# displayName: Build x86 shared framework pieces
649+
# - script: ./src/ProjectTemplates/build.cmd -ci -pack -NoRestore -NoBuilddeps "/p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.template.pack.binlog"
650+
# displayName: Pack Templates
651651
- script: .\restore.cmd -ci
652652
displayName: Restore
653653
- script: .\build.cmd -ci -noRestore -test -projects eng\helix\helix.proj /p:IsRequiredCheck=true /p:IsHelixJob=true /p:BuildAllProjects=true /p:BuildNative=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log -bl
@@ -674,10 +674,10 @@ stages:
674674
displayName: Build shared fx
675675
# Build the x86 shared framework
676676
# This is going to actually build x86 native assets.
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)
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
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)
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
681681
- script: .\restore.cmd -ci
682682
displayName: Restore
683683
- 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

0 commit comments

Comments
 (0)