@@ -644,10 +644,10 @@ stages:
644
644
displayName : Build shared fx
645
645
# Build the x86 shared framework
646
646
# 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
651
651
- script : .\restore.cmd -ci
652
652
displayName : Restore
653
653
- 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:
674
674
displayName : Build shared fx
675
675
# Build the x86 shared framework
676
676
# 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
681
681
- script : .\restore.cmd -ci
682
682
displayName : Restore
683
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
0 commit comments