Bond_009 пре 4 година
родитељ
комит
bbbb811e72
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .ci/azure-pipelines-test.yml

+ 1 - 1
.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'