@@ -633,11 +633,11 @@ stages:
633
633
timeoutInMinutes : 180
634
634
steps :
635
635
# Build the shared framework
636
- - script : ./build.cmd -ci -nobl -all -pack -arch x64 /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
636
+ - script : ./build.cmd -ci -nobl -all -pack /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
637
637
displayName : Build shared fx
638
- - script : .\restore .cmd -ci -nobl /p:BuildInteropProjects=true
639
- displayName : Restore interop projects
640
- - script : .\ build.cmd -ci -nobl -NoRestore -test -all -projects eng\helix\helix.proj /p:IsRequiredCheck=true /p:IsHelixJob=true /p:BuildInteropProjects=true /p:RunTemplateTests=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
638
+ - script : ./build .cmd -ci -nobl -projects src/Grpc/**/*.csproj /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
639
+ displayName : Build interop projects
640
+ - script : ./ build.cmd -ci -nobl -noBuild -test -all -projects eng\helix\helix.proj /p:IsRequiredCheck=true /p:IsHelixJob=true /p:BuildInteropProjects=true /p:RunTemplateTests=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
641
641
displayName : Run build.cmd helix target
642
642
env :
643
643
HelixApiAccessToken : $(HelixApiAccessToken) # Needed for internal queues
@@ -657,11 +657,11 @@ stages:
657
657
timeoutInMinutes : 180
658
658
steps :
659
659
# Build the shared framework
660
- - script : ./build.cmd -ci -nobl -all -pack -arch x64 /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
660
+ - script : ./build.cmd -ci -nobl -all -pack /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
661
661
displayName : Build shared fx
662
- - script : .\restore .cmd -ci -nobl /p:BuildInteropProjects=true
663
- displayName : Restore interop projects
664
- - script : .\ build.cmd -ci -nobl -NoRestore -test -all -projects eng\helix\helix.proj /p:IsHelixJob=true /p:IsHelixDaily=true /p:BuildInteropProjects=true /p:RunTemplateTests=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
662
+ - script : ./build .cmd -ci -nobl -projects src/Grpc/**/*.csproj /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
663
+ displayName : Build interop projects
664
+ - script : ./ build.cmd -ci -nobl -noBuild -test -all -projects eng\helix\helix.proj /p:IsHelixJob=true /p:IsHelixDaily=true /p:BuildInteropProjects=true /p:RunTemplateTests=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
665
665
displayName : Run build.cmd helix target
666
666
env :
667
667
HelixApiAccessToken : $(HelixApiAccessToken) # Needed for internal queues
@@ -682,9 +682,9 @@ stages:
682
682
timeoutInMinutes : 180
683
683
steps :
684
684
# Build the shared framework
685
- - script : ./restore.sh -ci -nobl
685
+ - script : ./restore.sh -- ci - -nobl
686
686
displayName : Restore
687
- - script : ./build.sh -ci --nobl --arch arm64 -test --no-build-nodejs --all -projects $(Build.SourcesDirectory)/eng/helix/helix.proj /p:IsHelixJob=true /p:IsHelixDaily=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
687
+ - script : ./build.sh -- ci --nobl --arch arm64 -- test --no-build-nodejs --all - -projects $(Build.SourcesDirectory)/eng/helix/helix.proj /p:IsHelixJob=true /p:IsHelixDaily=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
688
688
displayName : Run build.sh helix arm64 target
689
689
env :
690
690
HelixApiAccessToken : $(HelixApiAccessToken) # Needed for internal queues
0 commit comments