Skip to content

Commit 2136f31

Browse files
authored
Try disabling template tests on Helix
1 parent 1ca4eaa commit 2136f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/pipelines/helix-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
displayName: Restore interop projects
4141
- script: .\eng\build.cmd -ci -nobl -noBuildRepoTasks -NoRestore -test -all -noBuildNative -projects eng\helix\helix.proj
4242
/p:IsHelixDaily=true /p:IsRequiredCheck=true /p:IsHelixJob=true /p:BuildInteropProjects=true
43-
/p:RunTemplateTests=true /p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
43+
/p:RunTemplateTests=false /p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
4444
displayName: Run build.cmd helix target
4545
env:
4646
HelixApiAccessToken: $(HelixApiAccessToken) # Needed for internal queues

0 commit comments

Comments
 (0)