Browse Source

Update path for openapi spec

Cody Robibero 3 years ago
parent
commit
5e8d58a6a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .ci/azure-pipelines-test.yml

+ 1 - 1
.ci/azure-pipelines-test.yml

@@ -95,5 +95,5 @@ jobs:
         displayName: 'Publish OpenAPI Artifact'
         displayName: 'Publish OpenAPI Artifact'
         condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux'))
         condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux'))
         inputs:
         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'
           artifactName: 'OpenAPI Spec'