Skip to content

Commit 594eddf

Browse files
committed
Add templates to quarantine run
1 parent 5c4d14f commit 594eddf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.azure/pipelines/quarantined-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,12 @@ jobs:
2727
agentOs: Windows
2828
timeoutInMinutes: 240
2929
steps:
30+
# Build the shared framework
31+
- script: ./build.cmd -ci -all -pack -arch x64 -buildNative /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.build.x64.binlog
32+
displayName: Build shared fx
3033
- script: .\restore.cmd -ci
3134
displayName: Restore
32-
- script: .\build.cmd -ci -NoRestore -test -projects eng\helix\helix.proj /p:RunQuarantinedTests=true /p:IsRequiredCheck=true /p:IsHelixJob=true /p:BuildAllProjects=true /p:BuildNative=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log -bl
35+
- script: .\build.cmd -ci -NoRestore -test -projects eng\helix\helix.proj /p:RunQuarantinedTests=true /p:IsRequiredCheck=true /p:IsHelixJob=true /p:BuildAllProjects=true /p:BuildNative=true /p:RunTemplateTests=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log -bl
3336
displayName: Run build.cmd helix target
3437
env:
3538
SYSTEM_ACCESSTOKEN: $(System.AccessToken) # We need to set this env var to publish helix results to Azure Dev Ops

0 commit comments

Comments
 (0)