We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca4eaa commit 2136f31Copy full SHA for 2136f31
.azure/pipelines/helix-matrix.yml
@@ -40,7 +40,7 @@ jobs:
40
displayName: Restore interop projects
41
- script: .\eng\build.cmd -ci -nobl -noBuildRepoTasks -NoRestore -test -all -noBuildNative -projects eng\helix\helix.proj
42
/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
+ /p:RunTemplateTests=false /p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
44
displayName: Run build.cmd helix target
45
env:
46
HelixApiAccessToken: $(HelixApiAccessToken) # Needed for internal queues
0 commit comments