Skip to content

Run template tests on Components/MVC changes #62547

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .azure/pipelines/template-tests-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ pr:
paths:
include:
- src/ProjectTemplates/*
- src/Components/*
- src/Mvc/*

variables:
- name: _UseHelixOpenQueues
Expand Down Expand Up @@ -45,6 +47,8 @@ jobs:
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
/p:VsTestUseMSBuildOutput=false /p:OnlyTestProjectTemplates=true
displayName: Run build.cmd helix target
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken) # We need to set this env var to publish helix results to Azure Dev Ops
artifacts:
- name: Helix_logs
path: artifacts/log/
Expand Down
Loading