diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2020-01-09 17:39:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-09 17:39:17 +0100 |
| commit | 312987aea57d5a7f1366a07220ed1aae27e235a6 (patch) | |
| tree | e2b812e5173bf23b6c3b712cb7b6af00ead5a5b3 | |
| parent | 654336990f8109c12ce1383d94dcdc84e7a3c5b6 (diff) | |
Build all test projects using a wildcard
| -rw-r--r-- | .ci/azure-pipelines.yml | 2 |
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' |
