diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-03-01 20:03:15 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-03-09 14:21:30 +0100 |
| commit | bbbb811e72fef85f0ae95f195da42a924ef1f642 (patch) | |
| tree | 2fa96c4302851db6d6d4966c4bd3b9e7e6181c54 | |
| parent | afc70b28d4e1b13e75d12a40eab9455460be1c47 (diff) | |
Fix azure
| -rw-r--r-- | .ci/azure-pipelines-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/azure-pipelines-test.yml b/.ci/azure-pipelines-test.yml index 95e0d8c58..7838b3b02 100644 --- a/.ci/azure-pipelines-test.yml +++ b/.ci/azure-pipelines-test.yml @@ -94,5 +94,5 @@ jobs: displayName: 'Publish OpenAPI Artifact' condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux')) inputs: - targetPath: "tests/Jellyfin.Api.Tests/bin/Release/net5.0/openapi.json" + targetPath: "tests/Jellyfin.Server.Integration.Tests/bin/Release/net5.0/openapi.json" artifactName: 'OpenAPI Spec' |
