diff options
| author | Cody Robibero <cody@robibe.ro> | 2021-09-25 07:51:55 -0600 |
|---|---|---|
| committer | Cody Robibero <cody@robibe.ro> | 2021-09-25 07:51:55 -0600 |
| commit | 5e8d58a6a6da61679fc896026869720ed3019bb9 (patch) | |
| tree | 031057df69c3fd3b041cc8effba7cfaf8b954dd6 | |
| parent | d156d491135856990a6b92fad5f6402b5058c2e6 (diff) | |
Update path for openapi spec
| -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 add261c36..80a5732ee 100644 --- a/.ci/azure-pipelines-test.yml +++ b/.ci/azure-pipelines-test.yml @@ -95,5 +95,5 @@ jobs: displayName: 'Publish OpenAPI Artifact' condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux')) inputs: - targetPath: "tests/Jellyfin.Server.Integration.Tests/bin/Release/net5.0/openapi.json" + targetPath: "tests/Jellyfin.Server.Integration.Tests/bin/Release/net6.0/openapi.json" artifactName: 'OpenAPI Spec' |
