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 29d3e8f commit c1f16b6Copy full SHA for c1f16b6
.azure/pipelines/template-tests-pr.yml
@@ -17,6 +17,8 @@ pr:
17
paths:
18
include:
19
- src/ProjectTemplates/*
20
+ - src/Components/*
21
+ - src/Mvc/*
22
23
variables:
24
- name: _UseHelixOpenQueues
@@ -45,6 +47,8 @@ jobs:
45
47
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
46
48
/p:VsTestUseMSBuildOutput=false /p:OnlyTestProjectTemplates=true
49
displayName: Run build.cmd helix target
50
+ env:
51
+ SYSTEM_ACCESSTOKEN: $(System.AccessToken) # We need to set this env var to publish helix results to Azure Dev Ops
52
artifacts:
53
- name: Helix_logs
54
path: artifacts/log/
0 commit comments