Skip to content

Commit 0e860be

Browse files
committed
Disable TerminalLogger for Helix tests
1 parent 6d45973 commit 0e860be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.azure/pipelines/ci-public.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,11 +570,13 @@ stages:
570570
# Build the shared framework
571571
- script: ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine -nobl -all -pack -arch x64
572572
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
573+
/p:VsTestUseMSBuildOutput=false
573574
displayName: Build shared fx
574575
# -noBuildRepoTasks -noBuildNative -noBuild to avoid repeating work done in the previous step.
575576
- script: ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine -nobl -all -noBuildRepoTasks -noBuildNative -noBuild -test
576577
-projects eng\helix\helix.proj /p:IsHelixPRCheck=true /p:IsHelixJob=true
577578
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
579+
/p:VsTestUseMSBuildOutput=false
578580
displayName: Run build.cmd helix target
579581
env:
580582
HelixApiAccessToken: $(HelixApiAccessToken) # Needed for internal queues

0 commit comments

Comments
 (0)