aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2020-01-09 17:39:17 +0100
committerGitHub <noreply@github.com>2020-01-09 17:39:17 +0100
commit312987aea57d5a7f1366a07220ed1aae27e235a6 (patch)
treee2b812e5173bf23b6c3b712cb7b6af00ead5a5b3
parent654336990f8109c12ce1383d94dcdc84e7a3c5b6 (diff)
Build all test projects using a wildcard
-rw-r--r--.ci/azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml
index 3adc6f85c..7bcaed70c 100644
--- a/.ci/azure-pipelines.yml
+++ b/.ci/azure-pipelines.yml
@@ -2,7 +2,7 @@ name: $(Date:yyyyMMdd)$(Rev:.r)
variables:
- name: TestProjects
- value: 'tests/Jellyfin.Common.Tests/Jellyfin.Common.Tests.csproj'
+ value: 'tests/**/*Tests.csproj'
- name: RestoreBuildProjects
value: 'Jellyfin.Server/Jellyfin.Server.csproj'