Skip to content

Commit 6f56163

Browse files
author
John Luo
committed
Turn off helix matrix
1 parent 2b8034b commit 6f56163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/pipelines/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ stages:
607607
- script: ./build.cmd -ci -nobl -noBuildRepoTasks -restore -noBuild -noBuildNative -projects src/Grpc/**/*.csproj
608608
displayName: Restore interop projects
609609
- script: ./build.cmd -ci -nobl -noBuildRepoTasks -noRestore -test -all -noBuildNative -projects eng\helix\helix.proj
610-
/p:IsHelixDaily=true /p:IsRequiredCheck=true /p:IsHelixJob=true /p:BuildInteropProjects=true /p:RunTemplateTests=true
610+
/p:IsRequiredCheck=true /p:IsHelixJob=true /p:BuildInteropProjects=true /p:RunTemplateTests=true
611611
/p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
612612
displayName: Run build.cmd helix target
613613
env:

0 commit comments

Comments
 (0)