File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 39
39
-projects eng\helix\helix.proj /p:RunQuarantinedTests=true /p:IsRequiredCheck=true /p:IsHelixJob=true
40
40
/p:BuildInteropProjects=true /p:RunTemplateTests=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
41
41
displayName : Run build.cmd helix target
42
+ continueOnError : true
42
43
env :
43
44
HelixApiAccessToken : $(HelixApiAccessToken) # Needed for internal queues
44
45
SYSTEM_ACCESSTOKEN : $(System.AccessToken) # We need to set this env var to publish helix results to Azure Dev Ops
62
63
displayName : Pack Templates
63
64
- script : ./build.cmd -ci -nobl -test -NoRestore -NoBuild -NoBuilddeps "/p:RunTemplateTests=true /p:RunQuarantinedTests=true /p:SkipHelixReadyTests=true"
64
65
displayName : Run Quarantined Tests
65
- condition : always()
66
+ continueOnError : true
66
67
- task : PublishTestResults@2
67
68
displayName : Publish Quarantined Test Results
68
69
inputs :
95
96
displayName : Pack Templates (for Template tests)
96
97
- bash : ./build.sh --no-build --ci --nobl --test -p:RunTemplateTests=true -p:RunQuarantinedTests=true -p:SkipHelixReadyTests=true
97
98
displayName : Run Quarantined Tests
99
+ continueOnError : true
98
100
- task : PublishTestResults@2
99
101
displayName : Publish Quarantined Test Results
100
102
inputs :
@@ -128,6 +130,7 @@ jobs:
128
130
displayName : Pack Templates (for Template tests)
129
131
- bash : ./build.sh --no-build --ci --nobl --test -p:RunTemplateTests=true -p:RunQuarantinedTests=true -p:SkipHelixReadyTests=true
130
132
displayName : Run Quarantined Tests
133
+ continueOnError : true
131
134
- task : PublishTestResults@2
132
135
displayName : Publish Quarantined Test Results
133
136
inputs :
You can’t perform that action at this time.
0 commit comments